i have 100 manual test cases, how to automate from no 1.
ols detail steps
Answer Posted / 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 |
Post New Answer View All Answers
Get the count of files of similar types from a folder.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How can we conduct U-I Testing by using QTP??????
why text area checkpoints cannot used for web applications
How would you directly trigger javascript in a test?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to execute a winrunner script in quicktest professional?
How to find the length of the string in qtp?
How to analyzing test results using quicktest professional?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
What is object spy in quicktest professional (qtp)?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Will down time for server and content maintenance/upgrades be allowed? how much?
Differentiate the type of test cases which can be automated and which cannot be automated?