Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?
Answers were Sorted based on User's Feedback
Answer / pravati
we had select 3rd and 7th action through call to existing Action.
RunAction "Action3","oneIteration"
RunAction "Action7","oneIteration"
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k konda reddy
Save the test then open the saved test folder then open the Action0 folder then open(click on edit) the script file then Commentize the Action 1,2,4,5,6,8,9,10 then save the file then open the test file on QTP & Run the test.
For Any Queries in QTP
Feel Free and Contact me
K Konda Reddy
8553203108
k.kondareddy@yahoo.com
| Is This Answer Correct ? | 0 Yes | 4 No |
How to use custom checkpoints in QuickTest Professional?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
difference between multiple parameterization and data driven wizard in QTP?
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
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 is the extension of the recovery scenario file in qtp?
What is the main differece between QTP 9.0 and 9.2
Explain the concept of object repository and how QTP recognizes objects?
what are the difference ways of parameterising?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
what's the difference in between function and sub and give some code as well
Shall we add Local Repository to shared object repository,if yes,how we add