what is the process to follow between writing the test
cases & then atomating it?
Answer Posted / yugandhar
Manual written test cases will help at the first execution
of the build and it will be consumed upto the get the
stable build. It includes all the validations and the
behaviour of the application . In this scripts the
Navigation steps should be clear.
Automation of scripts will happens after getting stable
build to test regression effects. The same scripts which we
executed manually will be used for automation. Based on the
expected values we will be placing the check points.
Automation is not a creation of test cases but same written
test cases will be automated by record and play back
option.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to recognise the webelement and verifying that webelement is enabled?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is the registration process and examination fees?
What is the keyword view and expert view in qtp?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is standalone database?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How to analyzing the checpoint results?
Where can I find and view run-time data table?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
can the activities of test case design be automated?
What is meant by Output Value in UFT?
If I change the property value at runtime is it effect is object repository?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
What is synchronization? What are the ways you can synchronize?