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 |
How many test cases have you automated per day?
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
Which test cases can be automated?
To retrive testdata which tool vl use?
Give some examples for test management tools?
What automated tools are you familiar with?
Describe common problems of test automation.
i have recorded a scrip for some window applicaiton(login screen) and i have used browser as IE and i have executed sucessfully that script. and now i want to execute the same scrip in different browsers and i question is wether it the same script will execute in different browsers or not
Can you do without a framework?
Do you know what is the difference between "type" and "typeandwait" command?
What is the difference between Test script and Test case
WHAT IS THE ARCHITECTURE OF QTP? IS THE ARCHITECTURE AND FRAMEWORK BOTH ARE SAME?