What are the Features & Benefits of Quick Test Pro
(QTP)..?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
(a). Key word driven testing
(b). Suitable for both client server and web based application
(c). Vb script as the scriot language
(d). Better error handling mechanism
(e). Excellent data driven testing features
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / sravan
Hi This is Sravan
1. Key word driven testing
2. Suitable for both client server and web based application
3. Vb script as the script language
4. Better error handling mechanism
5. Excellent data driven testing features
6. Operates stand-alone, or integrated into Mercury Business
Process Testing and Mercury Quality Center.
7. Introduces next-generation “zero-configuration” Keyword
Driven testing technology in quick test Professional 8.0 —
allowing for fast test creation, easier maintenance, and
more powerful data-driving capability
8. Identifies objects with Unique Smart Object Recognition,
even if they change from build to build, enabling reliable
unattended script execution
9. Collapses test documentation and test creation to a
single step with Auto-documentation technology
10. Enables thorough validation of applications through a
full complement of checkpoints
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / rafi
1.Record and playback
2.Suitable to web applications
3.Screen recorder
4.To test the functionality
5.For a data driven we can use inbuilt 3rd party excel sheet
6.to store a values we can use runtime data table
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / shreya
QTP supprots wide range of enviornments like
sap,siebel,java,.net,peoplesoft,etc...
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / varun kandpal
1. Key word driven testing
2. Suitable for both client server and web based application
3. Vb script as the scriot language
4. Better error handling mechanism
5. Excellent data driven testing features
| Is This Answer Correct ? | 0 Yes | 0 No |
does QTP provides any tools for parametrisation?
what is stlc and its contents?
What is quick test pro?
Explain the check points in QTP?
Explain data driven framework?
Shall we add Local Repository to shared object repository,if yes,how we add
Add parameters during time in each row in one column
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.
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Step 3&4 are repeated until an the object in recognised uniquely.
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...