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. ..

Answer / mercy

i'm afraid thats not the correct answer. As far as i know
the only way we can do is through the "Test Flow".

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.

Is This Answer Correct ?    11 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. ..

Answer / natraj

Go to keyword view.
Click on the drop down and select test flow.
Now change the order of flow by dragging the required action
to top.

Is This Answer Correct ?    3 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. ..

Answer / ashwini

One other easiest way to make the third action your start up
script is
i. first select Action 3 to show it up in your active screen
ii. select automation from the main menu
iii. choose Run from Current Action from there
iV. and then just run the test

now ur action 3 would be exceuted first

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. ..

Answer / bhaskar velamuri

go to keyword view, drag and drop the action

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. ..

Answer / jothi

RunAction "action3", oneIteration

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. ..

Answer / senthiln

Click view-->TestFlow.Flowchart will be opened which shows the sequence of action to be executed.Drag and drop the action3 after Start.

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. ..

Answer / emorej

An important note:
Answer#1: for winrunner
Answer#2: for QTP

Is This Answer Correct ?    0 Yes 1 No

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

Answer / sateesh_t7101@yahoo.co.in

devide those actions as separate actions
and call each action seperately
nd execute them as batch
if u want u r third action as start-up
then go for settings-.generaloptios-environmenttab-.start-up
script(put u r third action in startup)
restart u r wr
if wrong plz....

Is This Answer Correct ?    0 Yes 2 No

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

Answer / ashok

first convert the all action in to reusable actions ..
after that we can make driver script .. we arrange any order
we can run it:)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

what is the use of VIRTUAL OBJECTS? explain ?

4 Answers  


Is there is any method how to connect remote desk throw QTP if yes please answer with a example?

3 Answers   HP,


Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..

5 Answers  


What is the vb script when the url enter into the browser

2 Answers   Satyam,


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

0 Answers   Magna Infotech, Oracle,






what is the frame work your using in automation ?

4 Answers  


Difference between image checkpoint and bitmap checkpoint

4 Answers  


Can Any One Write How to Write the Script for Child Objects

4 Answers  


what is clean sweep?

0 Answers  


If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.

4 Answers  


hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?

2 Answers   Value Labs,


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


Categories