How to execute the test cases using QTP.
i.e What is the use of QTP while execution
Answers were Sorted based on User's Feedback
Answer / deepakm82
Buddy QTP execution is a whole process of automation just
like development and uses Vb script.
To get a look n feel about the GUI and also to get some
basic concepts and knowledge about QTP please refer to the
Help manual.It will help you a lot and you can also use the
tutorial given.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / naren
U can make use of QTP for ur test cases execution in 2 ways
1. If ur automation framework is keyword driven, ur test
cases will be called and executed by the driver script using
QTP.
2. If you convert ur cases into functions u can called the
functions using QTP.
Is This Answer Correct ? | 3 Yes | 0 No |
Analyzing the Checkpoint results ?
How to retrieve particular cell data in excel sheet ?without importing method.
please tellme ordernal identifiers in QTP?
How to get line numbers in your editor in expert view?
we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
What are the views available in quicktest professional (qtp)?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
Explain the features of quick test pro(qtp)?
Write a script to delete a specific row in a webtable.
Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?