Top "Qtp" questions

QuickTest Professional (QTP) is a functional and regression test automation tool for software applications and environments.

QTP: How can I return multiple Values from a Function

I'm trying to write a function which can return multiple values from a Function which is having 2 arguments. eg: function …

vbscript qtp
Item cannot be found in the collection corresponding to the requested name or ordinal in qtp

in a certain scenario, i was trying to use the select query inside QTP (More specifically QTP Using VB script) …

testing automated-tests qtp hp-uft
QTP: Checking If an array of strings contains a value

I am having trouble getting my test case to run correctly. The problem is in the code below, the first …

vbscript automated-tests qtp
Xpath syntax for "and not contains"

Here is the XPath I'm trying to use: //div[contains(@class='xyz ng-binding ng-scope') and not(contains(@class = 'ng-hide'))] I'm …

xpath qtp
Press Enter Key in qtp

How to perform the Pressing of Enter Action in QTP. I'm selecting a cell and able to set a value ,…

vbscript qtp
QTP vs Selenium - Compare

I have an application/product which is created using .net technologies. This product has a GUI, which connects to a …

testing selenium compare qtp test-framework
How do I use WScript.Shell SendKeys to send Number Pad key strokes?

I am trying to use WScript.Shell SendKeys method to emulate sending a key press from the Number Pad. I …

vbscript automated-tests qtp wsh
Clicking on specific row in a WebTable using UFT/QTP

I am having hard time clicking specific row in a Web Table. My code finding proper row, but when I …

vbscript qtp hp-uft
Wait() function in QTP

Can any body suggest me a function which I can use in QTP for following scenario... As sometimes page navigation …

qtp