- ramya.daanu@gmail.com
- Posts : 1
Join date : 2013-07-21
automation testing strategy
Sun Jul 21, 2013 9:12 am
Could anyone please explain, what is automation testing strategy?
- 8848
- Posts : 4
Join date : 2013-12-29
Re: automation testing strategy
Sun Dec 29, 2013 10:25 pm
the way you should do your testing. Mostly it depends heavily on the subject under test.
Some tests are simple, which you can just write selenium code like go to that URL and check it is really going there and stop.
But some are very much data driven and complex. there you need to figure out how to implement the test cases and frameworks.
This 'figuring out' is your test strategy.
Hope this helps!
Some tests are simple, which you can just write selenium code like go to that URL and check it is really going there and stop.
But some are very much data driven and complex. there you need to figure out how to implement the test cases and frameworks.
This 'figuring out' is your test strategy.
Hope this helps!
Permissions in this forum:
You cannot reply to topics in this forum