I am a beginner plz tell me,how do we write scripts in QTP?
In my opinion we can write scipts in expert view or there
is another option where we can write scripts. plz tell me.
Answers were Sorted based on User's Feedback
Answer / aparna.v
We can write the scripts either by recording the
application or manually entering the objects in the object
repository and writing the code in expert view
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / g.v.prasada rao
Yes, Aparna and Sushma ,u both r write and thanks for reply
and one more option is there in qtp that is Function
Generater(F7).
Bye....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sushma
there is only one way for scripting that is "expert
view".it depends on you whether u r following recording or
programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gurpreet
Thanks a lot Aparna and Sushma for the answers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajaputra
If you are perfect in the Descriptive programing, you can
write the script in notepad and call that script from QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we group that these test cases only should be automated and in which order you execute that test cases
How do you return a value for an array.
What is output value? How many types of output values are there in qtp?
How many ways we can parameterize data in quicktest professional?
how do you invoke the application through QTP?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
what the difference between shared repository and per action repository?
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
What is difference between run time object and test object?
What is meant by Pseudo Code?