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


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

Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,


What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......

1 Answers  


what is selective recording ? and normal recording?

1 Answers   iSoft,


Write a script to delete the a specific row (say 3rd) in a webtable.

0 Answers  


How to display the first 3 letters in these "ABCDEFGH" using qtp script?

6 Answers   Oracle,


What is descriptive programming?

15 Answers   Wipro,


How to call a test from another test?

0 Answers  


I got some information from the QTP help.But i am not sure whether through this process will QTP work or not bellow is the Help what I have Remote setup Settings Remote WSH, which is a new technology included in WSH 5.6, provides the ability to run a script on a remote machine or machines. With Remote WSH, the script is physically copied from the local machine to the remote machine before executing. In order to enable Remote WSH functionality, you must first set up the remote machine with the proper security settings. The steps below perform the tasks that enable Remote WSH. Note Both the remote and local machines must be running Windows NT 4 SP3 or greater in order to use Remote WSH. To enable a machine to run remote scripts 1. Install WSH V5.6 on the machine. If you are using Windows 2001 or have installed Internet Explorer 6 or greater, WSH 5.6 has already been installed. Note WSH 5.6 is available for download from the web at http://msdn.microsoft.com/scripting 2. Add yourself to the remote machine's Local Administrators group. 3. To enable Remote WSH, use Poledit.exe on the server. Note An administrator who wants to enable Remote WSH must either acquire the Windows 2000 resource kit, or use http://msdn.microsoft.com/scripting to acquire the necessary windowsscript.adm file that contains the WSH settings. The windowsscript.adm file must be copied to the server that sets the gapplicabel group's policies. Although it is not necessary to copy the file to the server's \WINNT\INF directory, this is nonetheless where the default adm files are located. Note For more information on Poledit.exe, see the Poledit.exe's online help system. 4. WSH should now be enabled on the machine. To test it,. WSH 5.6 can run scripts that reside on remote systems. The following scripts demonstrate this capability. These scripts make the assumption that the files are located on a local machine directory called "c:\wsh5.6"; change the local path and the remote machine name as necessary. After initially running RemoteTest.WSF on the local machine, there may be a small pause as DCOM verifies your identity. After you see the "Done" message, a file named "c:\beenhere.txt" on the remote machine indicates the time that you executed the command (from the remote computer's clock). Script to run scripts remotely set oController = CreateObject("WSHController") set oProcess= oController.CreateScript("c:\wsh5.6\beenhere.wsf","remmachine") oProcess. Execute Could you tell me will it work fine

0 Answers   Livetek,


Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji

0 Answers  


In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?

2 Answers  


hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in

8 Answers  


What are the different types of recording modes in qtp? Which will be used when?

0 Answers  


Categories