Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execut..

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

Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execut..

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

Post New Answer

More QTP Interview Questions

How to use custom checkpoints in QuickTest Professional?

1 Answers   TCS,


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

1 Answers  


difference between multiple parameterization and data driven wizard in QTP?

1 Answers  


Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?

1 Answers  


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

5 Answers  


What is the extension of the recovery scenario file in qtp?

0 Answers  


What is the main differece between QTP 9.0 and 9.2

1 Answers   VeriSign,


Explain the concept of object repository and how QTP recognizes objects?

0 Answers  


what are the difference ways of parameterising?

1 Answers  


Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.

2 Answers   IBM, Wipro,


what's the difference in between function and sub and give some code as well

3 Answers   Patni,


Shall we add Local Repository to shared object repository,if yes,how we add

4 Answers  


Categories