i have 100 manual test cases, how to automate from no 1.
ols detail steps
Answer / abhishek
The steps to automate the test cases are dependent on the
application being automated.And even before you think of
automation you need to answer to the below two questions.
1. What technology was used to automate the application?
2. What is the testing requirements, Budget?
If you decide to go ahead with QTP for automation, below
are few generic steps that you might want to consider.
1. List all the objects/fields that you would be
automating, decide the names that you want to give those
object.
2. Segrigate these objects into Data objects and non-data
objects?
3. Plan your reusables, Functions, etc.
4. Plan your data sheet
5. Create the object repository.
6. Prepare your datasheet
7. develop reuable actions.
8. create driver script.
9. review & test code.
- You'll be all set now...
Enjoy
| Is This Answer Correct ? | 2 Yes | 0 No |
How to see the screens after running test in QTP?
How to make arguments optional in a function?
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Explain the concept of object repository & how qtp recognizes objects?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
what is the use of Text output value in Qtp?
What types of testing comes under functional testing or in other word what will you test in functional testing?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
What are advantages of test automation?
types of output value in details.