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
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What are table and db checkpoints?
What is the quicktest professional (qtp) testing process?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
what is keyword driven testing in qtp?n how is it useful?
write the vb script for call to new action in qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
what is the difference between built-i function and In-built function?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to create scenario selector
What is business process testing(bpt) in qtp?
Differences between quicktest professional (qtp) and winrunner?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Why we load add-ins in qtp?