HO DO U CALL A ACTION?
Answers were Sorted based on User's Feedback
Answer / prasad
we can call action by using the following statement.
RunAction"ActionName",oneiterations,parameters.
we can also call the action by making the action as reusable
and call the action as "call to existing action".
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jamil jbour
RunAction "ActionName",oneiterations [Input Parameter/s],
[output Parameter/s]
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akshar
you can just create a test & in edit option u can insert as
many actions & make it reusable & if you give for run all
the actions will be executed based on the order
| Is This Answer Correct ? | 0 Yes | 0 No |
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
What is a runtime datatable ?
Using Object Repository is a advantage or disadvantage?
Are You using any frame work? What is that? Explain about that.
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
How can we redirect QTP results in to a excel sheet after the execution
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
How QTP support all types of applications (platforms)?
what is recovery manager and recovey scenerio?
Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.
hi friends i have 4 yrs exp in testing and 2 yrsexp in QTP.currently aim working in mnc in north as a permanent employer .iam looking for job in south is there any openings plz let me know my mail id is bjr@aol.in its very urjent
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???