HP QuickTest Professional software provides functional and regression test automation for software applications and environments. It supports keyword and scripting interfaces and features a graphical user interface. It was originally written by Mercury Interactive which was acquired by HP in 2006.
7
votes
1answer
214 views
How can I teach QTP to treat a control as another similar control?
I have a third party check box control in my AUT that QTP does not recognize. Is there a way to have QTP treat it as a regular .NET check box?
6
votes
2answers
3k views
QTP vs Selenium [closed]
I have largely worked with Selenium for front end automation. Looks like there is great market for QTP in this arena, especially when you could afford commercial tools. Have you worked with both QTP ...
6
votes
2answers
1k views
What aspects normally differ when developing automation framework in QTP VS Selenium
I have worked in Selenium. For developing Web UI Functional Test automation suite I considered below aspects
Using TestNG Framework
Using Page Object pattern
XML based configuration
Logging of ...
4
votes
3answers
542 views
Does the latest version of QTP have something similar to Selenium Grid?
Does anyone know whether QTP supports parallel test execution on multiple browsers now? I am looking for something similar to Selenium Grid.
4
votes
2answers
908 views
What resources will help me understand the data model for QC 10.0 in order to write my SQL queries?
I am a fresher in Quality Center 10.0 HP software testing tool.
As per my understanding in order to generate reports from QC and to troubleshoot the scenarios, we need to write SQL queries in the QC ...
3
votes
0answers
194 views
Fully qualify window path after upgrading to QTP 11?
After I upgraded from QTP 10 to 11, it required me to fully qualify my window paths using descriptive programming.
For example, this sort of thing worked in QTP 10:
...
2
votes
1answer
215 views
HP QTP 10 Issue while logging onto the demo Mercury Website
I am trying to log-in on the http://newtours.demoaut.com/ demo website created by HP Mercury to do some hands on their proprietary product QTP 10. I opened this site successfully on IE9 (Win7 X64 PC). ...
2
votes
4answers
2k views
Good Beginner eLearning Training Videos & Tutorials for HP QTP?
I am new to HP QTP automation tool. Could you please suggest some free good websites that provide elearning, training, tutorials, and videos for mastery of HP's QTP software.
Thanks! :)
2
votes
2answers
1k views
Maintaining QTP object repository -best practice for a multideveloper environment
In my new project, we have 4 automation testers working together on four different modules of an application .
Its a web application and we work on windows platform.
The automation tool being used is ...
2
votes
1answer
148 views
QTP 11 and special (weird) keyboard inputs during Expert View coding
I am a pretty fast (>100WPM) typer and I am constantly hitting issues with QTP recognizing my input/keeping up.
Two examples that come immediately to mind:
Shift+Space does not actually put in a ...
1
vote
3answers
1k views
Standalone tool equivalent to Object Spy from QTP
I can use the Object Spy from QTP to get the id and name of SAP GUI controls, e.g. user name control from the logon screen:
id: /app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME
name: RSYST-BNAME
Is ...
1
vote
1answer
99 views
checking if a link is disabled using QTP
Is there a way to find if a link is disabled in QTP? for textboxs and buttons it is easy, we can use GetROProperty and then give the property as disabled or ediable, etc. But in the case of links ...
1
vote
1answer
143 views
What are the building blocks of QTP 10 Automation Object Model
I need to understand QTP Automation Object Model. But I need to quick start just by understanding main building blocks. I understand taking a shortcut is not safe always. Yet, can anyone help me ...
1
vote
1answer
242 views
Will any version of QTP with any available extentions support Telerik's controls for ASP.NET MVC apps
Could you pls share your experience if you have evere tried to automate ASP.NET MVC application testing with QTP , if this web site uses telerik extensions for asp.net mvc3 extensivly.
Yes we know ...
0
votes
2answers
740 views
Error upon starting Select server “Could not find agent library JVMHOOK”
I am attempting to run the Selenium server for the first time on my machine and am receiving an error when running the jar, or when attempting to find the java version. Here is the error:
...
0
votes
2answers
108 views
If the position of objects change will the same script work?
I am testing a Java applet with QTP.I am adding the objects in the applet to my object repository.I am able to create an action that works with the objects in Objects Repository.My doubt is if an ...
0
votes
1answer
359 views
Recovery scenario in QTP not invoked from script
I've written the following code for attaching my recovery scenario with script during run time. It is as follows:
Dim App
Set App = CreateObject("QuickTest.Application")
...
-3
votes
1answer
103 views
Are there tools that can help validate data imported to Excel from a grid view image?
I want to convert a scanned grid view image into excel spreadsheet, and then test its content using some automation tool.
Conversion can be done through Optical Character Recognition system but how ...