I have 5 no.of Action in my Test. Out off which i should

make 3rd action as my start-up action. How should i make it?

Answers were Sorted based on User's Feedback



I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. H..

Answer / shamsher singh

1. We can use batch test to execute in particular way to
execute action.

2. we can call 3rd action in 1st action in the starting and
with define iteration to no. of times execute this action.

pls correct me if i am wrong.

Is This Answer Correct ?    1 Yes 0 No

I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. H..

Answer / md ghouse

RunAction ("action 3", oneIteration) this keyword you have
to mentioned in the action1 first line.

Once you started execution action 3 will run first.

Let me know after execution.

Is This Answer Correct ?    1 Yes 0 No

I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. H..

Answer / sankar

1)First those 5 actions are make as reusable action then
call the required action.

Is This Answer Correct ?    0 Yes 0 No

I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. H..

Answer / lakshmi

As per my knowledge, if you want to run 3rd action, go to
3rd action and right click and select Run Current Action.
so that it will execute the cureet action which is now
Action3. If you want to execute to other actions as well,
you need to call those actions in actin3 in the sequence
whow u want.

Is This Answer Correct ?    0 Yes 0 No

I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. H..

Answer / sreeprasad

You can switch to the "Keyword View" and choose "Toolbars"

under "View" and then choose "Action". This will provide u

with a new combo box where u can choose "Test Flow".

then u can drag and arrange the Actions in which ever order

u want them to get executed.

Repeat ..Automation framework..?

There are five kind of framework for any automation tools.

1).Test Modularity

2).Test Library Architecture

3).Keyword Driven framework

4).DataDriven framework (We generally use this framework

with above mentioned three framework)

5).Record n Playback

-The best one is 'Test Library Architecture'. In this you

can maintain

Application Library

DataBase Library

Error Handling

General Library....etc.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

What is API

1 Answers  


what is On Error Resume Next ?

4 Answers   Accenture,


how do u handle an object with out name in our application using QTP 9.2?

0 Answers   CTS,


who will distribute the project modules for testing in testing team ?

2 Answers  


How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.

11 Answers   Thatavarti Technologies,






What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz

0 Answers   Livetek,


Explain about datafile/verification of date file when file is not available in local system?

0 Answers  


Hi..All I have installed QTP 10.0, and need to Automate SAP Application.....so i need to Install SAP Add-ins, anybady has SAP-Addins, Please help me, and thanks in advanced plese send it on my email id: sandipgami84@gmail.com Thanks, Sandip Gami +91-9714177088

1 Answers  


How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????

6 Answers   TCS,


Does UNIX support QTP? If not what is the other tool used for Unix environment?

2 Answers   Amdocs, Fidelity,


Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 Answers  


IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS

2 Answers  


Categories