What are some of the common misconceptions during
implementation of automated testing tools for the first time?
Answer / indira
Automating a system is expensive -nowadays, in the market we can get Free tools & low cost automation tools.
Reduce manual tester's job - manual testers have a good knowledge on the application and without them test case test scripts can't be generated.
Automated tools find more bugs - automated tools even have their limitations
100% automation can be achieved - About 70-80% automation can only be achieved as the tool itself has programming limitations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is the purpose of deselectall() method?
How do you plan test automation?
How to check if an element is visible on the page?
Give some examples for functional & regression test tools?
what is best bug in your project?
What is self-referencing constraint in mainframe development?
Can test automation improve test effectiveness?
Explain Bug Life Cycle and expalin briefly each 'Status' also
Can the activities of test case design be automated?
What is the scripting standard while performing automation testing?
i have 100 check box in a link,out of 100 check box in 25 check box their written qtp(any where i dont know),i have to select first check box where 1st qtp found.
I am using the selenium tool for my web application testing I recorded some script and agian i played same but while playing: Alert msg is not getting closed It needs the manual interaction [Note:Here alert is generated not at the time of onload event] Please provide some solution for this