what is the use of automation objective model?where is used?
plz tell me
Answers were Sorted based on User's Feedback
Answer / priya
The QuickTest automation object model provides objects,
methods, and properties that enable you to control
QuickTest from another application.
When to go for QuickTest Object Model:
Any QuickTest operation that you must perform many times in
a row or must perform on a regular basis is a good
candidate for a QuickTest automation program.
Ex: Starting QuickTest and configuring the options and the
settings required for recording on a specific environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lakhan
The QuickTest automation object model provides objects,
methods, and properties that enable you to control
QuickTest from another application.
When to go for QuickTest Object Model:
Any QuickTest operation that you must perform many times in
a row or must perform on a regular basis is a good
candidate for a QuickTest automation program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is text area check point supports for web applications?
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.
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 the difference between testing and debugging?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Explain in brief about the quicktest professional (qtp) automation object model?
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
can any one tell me how to select some text.i need the script for that
what is a test strategy & what is the difference between test strategy & test plan?
what is the use of automation frame work ??(QTP)