QuickTest Professional (QTP) is an automated testing tools from HP. QTP interacts with applications simulating user interactions on the application's GUI. It uses VBScript as a scripting language.
0
votes
0answers
4 views
On Error Resume Next does not catch SQL server error in vbscript
I have a piece of vbscript code that I am runnning in QTP
objRecordSet.Open "select regn_code from region where regn_code ='" & rCode & "'",objConnection
On Error Resume Next
If ...
1
vote
1answer
21 views
rowcount in Forloop does not update when row is deleted
I am trying to run this code in QTP which is for deleting records from a grid. This code
dgRows = SwfWindow("PWC - [PWC]").SwfWindow("Region Master").SwfTable("dgMaster").RowCount
For i = 1 To ...
1
vote
0answers
28 views
How to call a function (with parameters) which is in function library, taking the function name from a variable?
I'm trying to use getref to call a function from the function library associated with the test.
My code -
In action1
str = "sample"
msg = "hi"
x = GetRef("Function_"&str)(msg)
msgbox x
In the ...
0
votes
0answers
20 views
Search WebList for particular item count from Excel sheet
I need a help in VBScript or either in QTP for the below case.
For example:
I have nearly 40 items in the weblist. I have only one item in the Excel sheet that is one among the 40 in the weblist. If ...
0
votes
0answers
12 views
System.NullReferenceException in QTP 11.5 during batch testing
In QTP 11.5, the batch test tool isn't working properly.
I get this error System.NullReferenceException .
Can someone please tell me how to solve it? Or give an alternative tool for batch test?
0
votes
0answers
28 views
Sending Messages to Jboss 5.X JMS Queue using QTP 11.5
we are trying to send Messages to JMS Message Queue using QTP.
I have given jms configuration details as follows in QTP.
JNDI initial context factory = org.jnp.interfaces.NamingContextFactory
JNDI ...
-1
votes
0answers
40 views
“Object required” Error when Calling Internal Methods
I'm trying to call an internal method from QTP on one of my .NET objects. When I run the script however I get an "Object required" error message.
Here is my script:
Set gridObj = SwfWindow("Test ...
0
votes
2answers
25 views
How to Verify if WebTAble is below the Webelement in QTP
there are two webtables suppose named as table1 and table2 and two webelements suppose named element1 and element2
I want to check if table1 should be below element1 and
table2 should be below ...
0
votes
0answers
16 views
Setting a value in a QTP webElement but it doesn't remain after leaving the page
I have a droplist which QTP is recognizing as a webElement. I have found several ways to set the value in this webElement but once I go to another page in my app and then return to the main page, the ...
0
votes
0answers
19 views
QTP - Accessing Picture property on an ActiveX Control
My Application contains a lot of ActiveX Objects. Some of the command buttons designed using ActiveX show a tick mark when clicked once and removes the tick mark when clicked again, basically it ...
0
votes
0answers
24 views
UFT 11.51 - Screenshots sometimes black
I have this issue that SOMETIMES my screenshots are a big black image of the correct resolution of what´s going on during the automation.
This is pretty random though, as in other executions UFT ...
0
votes
1answer
28 views
Why StrCmp function does not work in HP QTP
QTP supports VBScript, but when I use the string comparison function StrCmp in my test case to compare two strings, I always get a Type mismatch error. Why? Even the following simple code can't run!
...
2
votes
0answers
26 views
Execute QTP TestSet from REST
Does anyone have an xml block that will kick off a testset (curl example would be great)?
The REST documentation in HP-ALM does not show how to execute a testset from REST. There is a description of ...
-1
votes
1answer
55 views
GUI testing/automation [closed]
Are there any free or open-source tools/software similar to HP QuickTest Professional ?
There are other tools like sikuli,automa but none is as good as QTP.So please tell if there is a tool similar ...
0
votes
1answer
18 views
WBFGRID ISSUE IN QTP
My issue is wbfgrid. This is products page to seect the products and then save the selected products. Following is what I have done
I select the cell and set the data. After which click the save ...
1
vote
1answer
64 views
QTP 11 Extensibility developing (.NET sdk) - calling Record() on the recorder object fails
As far as I looked, there's no answered question about QTP's Ext. sdk on stackoverflow (and almost anywhere else on the net; there isn't even a appropriated tag for it...), so I'm aware it's unlikely ...
0
votes
0answers
29 views
UFT 11.51 - “Sequence contains more than one matching element”
I get this when I try to save my test either from QC (ALM connection) or locally.
"Sequence Contains more than one matching element"
I cannot Save As neither.
I use UFT 11.51 on XP.
Thanks in ...
0
votes
1answer
29 views
how to access the asp.net application with QTP
i have asp.net application, test that application using QTP descriptive code , but i am getting error
Cannot find the "[ WebEdit ]" object's parent "[ Page ]" (class Page). Verify that parent ...
0
votes
0answers
38 views
Automating Oracle Forms based Application - QTP
I'm automating an OracleForms based application which is a desktop based application (even though internet explorer is used for launching it). And I selected Web and Oracle Add-in in QTP
The ...
0
votes
2answers
76 views
How to Compare two database tables by using QTP?
I am using QTP to read two tables from database.
Is there any function which can compare two tables row and column wise.
0
votes
1answer
77 views
How to get QTP and Excel to sort correctly?
I need to sort by columns a ascending, then b ascending, then d ascending and by columns e ascending, then f ascending, then h ascending. Using just QTP, I can't seem to get Excel to sort the data ...
0
votes
2answers
48 views
VB Script help! Expected… errors on checking syntax or saving
I created a fairly simple function, but I must have overlooked something because I get 3 errors on saving:
Expected ')'
Expected end of statement
Expected End Sub or End Function or End Property
...
0
votes
1answer
23 views
In Qtp , an error stating that “Information cannot be retrieved for the selected object” is getting displayed for some objects
In Qtp , an error stating that "Information cannot be retrieved for the selected object" is getting displayed for some objects. What is the reason and how to proceed. I have tried Re-Associating OR, ...
1
vote
0answers
71 views
ActiveX component cant create object: Mercury.ObjectRepositoryUtil
I created a VB script that converts the Object Repository file (.tsr) of QTP to XML and then to Excel. This Excel file format is configured via the VB script as well. It works well however, I am ...
-1
votes
0answers
35 views
i am not able to verify negative log in in my application
'login in to actiTime application with the help of static descriptive programing
systemutil.Run "http://actiTIME.COM", "","open"
wait(2)
If Browser("creationtime:=0").Exist then
msgbox "browser ...
0
votes
1answer
22 views
Using QTP in Multi-tier Environment
We have a system A and a system B, connected by system O.
System O help to convert data between System A and System B.
Till now I used to manually Test this evnironment like this:
Step 1. Trigger ...
0
votes
1answer
44 views
QTP Installer code for windows application
I am working on QTP automation systems. I need to write custom code in order to pick an Installer for my application and run the same. Can any one help me to guide with code snippet that I should ...
1
vote
1answer
17 views
Is it possible to store values in another actions localdatasheet?
Following is the scenario, i have 2 action
1. Action_1
a. Action_2
Action_1 store run time data in local sheet and i want to store Action_2 run time data in Action_1 local sheet.
is it ...
0
votes
0answers
15 views
Is Parallel execution will overwrite the content?
I am using Globalsheet in QTP, following is the scenario
I have 2 customers both are using same Global sheet, if i started regression testing for both customers on different machines than this
...
-2
votes
0answers
20 views
QTP Result not shown
I am not able to open Test result report.I tried many times by clicking on result icon, but it does not open any resut report window.
Can you please give the solution for this problem.
0
votes
0answers
53 views
QTP is causing wpf combobox/tabstrip to throw error
I am battling an issue with QTP 11 automation.
my AUT is a wpf app and I have .net4 installed.I have installed almost all the required patches.
In my script,when qtp clicks on a wpf combo box or tab ...
1
vote
2answers
84 views
Reg - Activating Application while using Device Replay Method
I need to pass keystrokes and string into an Edit box which has an event handeler (once value entered in edit box, an Web Button will get enabled.
In the above scenario am using Device replay method. ...
1
vote
2answers
92 views
Get the type of object that called a registered function in QTP
I'm trying to develop a generic registered function that verifies the existence of a given object, then adds a line to the report to say whether it was found or not.
Here's the function:
...
2
votes
1answer
155 views
Modifying Ordinal Identifier values in Object Repository - QTP
I created a simple form with html that had two objects (Edit Box - first name) with same properties (like name, Input, and others) one below other. And I recorded a action in the one of the edit boxes ...
0
votes
2answers
93 views
My test script is not finding items in dynamic web list control - list in code not updated with current info
I am having a problem in QTP with selection of a web list box and I have exhausted what I know to do to resolve it. I am hoping someone can help.
There are 5 controls in a container, 2 webedit ...
0
votes
0answers
39 views
Want to input the name of testset in testlab in my qtp login script
I want to run qtp login test with the input parameter which is fetch from the name of testset under testlab when that test is run from qc
0
votes
1answer
135 views
Calling a function in another file in VB Script
I am using a Test Driver script (testset Driver.vbs) in QTP and in it I am trying to call a function in another file. I thought I could add this to the testset driver.vbs:
Function IncludeAOA
Dim ...
0
votes
0answers
61 views
Action call properties in QTP
I wanted to select test Parameters under Parameter but its some how disable and wanted to deselect Output from previous action call(s) but not able to do that
I don't know where to change ?
...
1
vote
2answers
44 views
I am not able to create script in DP using QTP11
I have installed QTP11 trail version. Using it when I try to create script in DP for ex (Browser("title:=Welcome home").Page("title:=Welcome Home"))
When I type "." after closing the brace for Browser ...
-1
votes
1answer
174 views
Where can I download QTP 10.0 Version [closed]
Can any one suggest me where can I download QTP 10.0 Version.
Thanks
Raju
1
vote
1answer
238 views
Retrieving Value from Actions Datatable - QTP
In QTP it is said that actions datatable are local and values in it could be accessed only the code in the specific actions (like value in Action1 datatable could accessed only by Action1 script), and ...
1
vote
1answer
36 views
System Variable missing for QTP?
Anyone ever had this problem - I open QTP on my Primary machine and it tells me the resources are missing. This is odd since all QTP files are stored on a central file server. If I correct this it ...
0
votes
0answers
12 views
Inside the Menu bar not record in QTP [duplicate]
![The image is from Printer Driver screen]Hi , Every one i have a problem while recording window based application in Menubar or popup menu.
I am not sure about the button name here i attached ...
1
vote
2answers
60 views
qtp the location you clicked is associated with several objects
I am trying to get my hands on to QTP 11.5. I have windows 7 with ie8. the issue is whenever I try to add object(webedit) to the Repository I get WinObject:Internet Explorer_Service added with error ...
0
votes
0answers
211 views
QTP 10: Not able to add values in DataTable during Runtime
I am using a framework in which we have Test Data excel file. We are importing all the sheet into datatable and then executing the scritps based on the condition. I am facing issue in setting value in ...
2
votes
3answers
265 views
Capturing HTML tag properties as objecct properties in QTP
I have the following HTML tag, which QTP correctly identifies as a WebEdit object:
<input style="width: 228px;" aria-describedby="x-auto-0" _id="Tenant" name=""
tabindex="1" id="x-auto-23-input" ...
0
votes
2answers
68 views
how to click on WebArea from QTP ?
In My test I want to click on object of Type WebArea which opens a webelement popup includes some fields that i need to test.
the problem that the popup not open after I click on WebArea object ...
1
vote
1answer
170 views
In QTP 11 ,how to test many buttons with a only one JavaButton ?
I would like to test the buttons of my "Block diagram" is a java application, I added one JavaButton in my object repository and i want to test the exsitances of buttons and if they are not enabled by ...
0
votes
1answer
117 views
Need to add a node at a specific position in XML in QTP
I need to add a node at a specific position. please check the example below.
<root>
<ASNHeader>
<ASNStart>text</ASNStart>
<ASNprop>text_prop</ASNprop>
...
0
votes
0answers
45 views
Regarding Custom object identification in QTP
When there is a problem in qtp in object identification (on custom controls) the solutions suggested are: use extensibility add in or to write your own vb script.
I have a doubt in the second one, ...




