Define QTP ?
Answers were Sorted based on User's Feedback
Answer / ```
qtp is functional and regression testing tool.Ituses record
and playback method for testing and advanced keyword driven
testing tool.
| Is This Answer Correct ? | 28 Yes | 2 No |
Answer / vengi
QTP is a graphical user interface record and playback
functionality tool
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / syed zabiur rahman s>a>
• QTP means quick test professional.
• It is functional and regression testing tool.
• Also called as advanced keyword driven test tool.
• It is primarily used for functional regression
test automation.
• It uses record and playback method for testing.
• QTP uses a scripting language built on top
of VBscript to specify the test procedure, and to
manipulate the objects and controls of the
application under test.
• It have a keyword view and expert view.
• It is easy to use more than winrunner.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / mithra
QTP is quick test professional.It is functionality testing
tool and also advanced keyword driven test tool.It used to
recording and playback method.It have a keyword view and
expert view.It is easy to use more than winrunner.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / venu chowdary
qtp means quick test professional.
qtp solves only some actions compare the manual testing.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nagamani
QTP is an Automated Graphical User Interface testing tool
Repetative action like "Regression testing" , "Functional
Testing" can perform. Advantage is it Save the Man Power,
Time, Money and accurate
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / divya
QTP means Quick Test Professional.It is an automated functional Graphical User Interface (GUI) testing tool that allows the automation of user actions on a web or client
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chowdaryy!!
Compares automated and manual testing methods. It introduces the
QuickTest testing process and familiarizes you with the
QuickTest user
interface and the sample Mercury Tours Web site.
| Is This Answer Correct ? | 2 Yes | 4 No |
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
Hoe can we do retesting using functions please give the code for it using login page
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
will QTP accepts javascript?
Explain the check points in QTP?
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know
write a script to verify the image path(src property) of the images which are in web pages.
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Why use Regular Expressions?
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
1)What is the Difference Between WaitTo & Sync?
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks