Questions tagged [qtp]

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

QuickTest Professional (QTP) is a test automation tool by Micro Focus designed for testing software applications and environments. It performs functional and regression testing by manipulating a user interface such as a native GUI or web browser. It works by identifying the objects in the application user interface or a web page and performing desired operations (such as mouse clicks or keyboard events); it can also capture object properties like name or handler ID. QTP uses the VBScript scripting language to write the tests and to manipulate the objects and controls of the application under test.

In its latest versions it has been renamed to UFT (Unified Functional Testing) tagged as .

1590 questions
0
votes
1 answer

VBScript Error - Path Not Found; Code: 800A004C, when running driver script for QTP

I am running a driver script for QTP through VBScript, that i have not had issues with until recently. I am running this on a VM and until recently i have never gotten this Error: Path Not Found, Code: 800A004c, and it appears on Line: 58, Char 15,…
CJ Powell
  • 35
  • 1
  • 11
0
votes
3 answers

How to open QTP from JavaScript without using ActiveXObject?

i need to invoke QTP from a javascript without using ActiveXObject. can anybody guide me how to proceed with this? Thanks, Ramya.
Ramya
0
votes
1 answer

Can QTP test cases be written in Java?

I've done a lot of poking around on the web for the answer to this question and have come up dry. I've seen in use a library for supposedly handling this, junit4QTP, but no one seems to know the location of said library. What I hope to accomplish is…
Tony D.
  • 551
  • 1
  • 10
  • 26
0
votes
2 answers

Writing into the same input Excel File

I have a data driven QTP test script that retrieves input parameters from an Excel File. Is there a way to actually write the results of the test into that Excel file, as well? For instance, My input file has the following Columns: User…
rs79
  • 2,311
  • 2
  • 33
  • 39
0
votes
3 answers

Convert/execute QTP scripts from Selenium

We are currently migrating a project from QTP to Selenium. We have a few QTP scripts used for regression testing in the project, and we want to avoid the work of rewriting them. Is there any way to execute the old QTP scripts from any Selenium…
ANGIRA SARKAR
  • 43
  • 3
  • 7
0
votes
3 answers

How to do XML Parsing

This is my sample XML File: Wagnor 2000
Uday
  • 1,433
  • 10
  • 36
  • 57
0
votes
1 answer

QTP does not call a specific function during runtime

For whom who use QTP(Quick test Professional), I have a problem, during runtime QTP does not call a specific function and ignore it totally. and niether runtime nor syntax errors are reported. do any of you had face this problem before ? or any…
Manaysah
  • 375
  • 5
  • 15
  • 29
0
votes
1 answer

QTP: Setting WebEdits within a WebTable using ChildItem method is not working for rows other than first row

I am using Webtable ChildItem method in QTP to set the WebEdit and WebCheckbox and has following issues In First row it sets the value for 2nd Column (WebEdit) and 4th column (WebCheckbox) properly but for 3rd Column (WebEdit) it sets the value and…
Swati
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

QTP Object doesn't support this property or method error for Infragistics objects

I have created my QTP scripts in QTP 11 with NetAdvantage 2010 v3 and TestAdvantage 2010 v3. I am running these scripts on QTP 11 with the patch QTP_00709. If I am running the scripts from QTP they run fine. But If I use QC 11/Test Lab and run them…
0
votes
1 answer

How to prioritize library files order in Run Time

I've loaded three library file dynamically using below code. I've overridden few function of A.vbs in B.vbs. So, i want to change the priority order from "A.vbs->B.vbs->C.vbs" to "B.vbs->A.vbs->C.vbs ." How do i change the priority position of the…
Shreshtha
  • 1
  • 2
0
votes
2 answers

Opening outlook through vbscript

I want to send email using outlook 2010, windows 7 & IE8 , what is code required to get the "Outlook.Application" object?. I tried with : Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(0) but getting…
0
votes
1 answer

QTP- add obj to local - object locations are not aligned - 1' away from its image

( I used chasestudentloans.com from tutorial if anyone needs reference to where i'm stuck) I copy/ pasted a line to add a WebEdit object, run, get error that obj not found in OR. I try to add obj to local, I click on top of the WebEdit area in the…
0
votes
1 answer

Working with Text files in QTP

I need to read the data from an text file and save the read data into an Excel. The text file contains 111111111122222222223333333333Taaaaaaaassssssss. So here I have read the first 10 characters and save them into a column in Excel and so on for…
Deepa
  • 1
  • 1
0
votes
1 answer

How to update Description/Optional ID field of a Test Instance in QC 11 using QTP?

I want to update a specific field (description/Optional ID) of a test instance in QC using QTP. Below is waht I am curently doing: Through QTP, by calling OTA API I am connecting to QC and pulling test instances into one of the test set in test lab…
0
votes
1 answer

QTP WinComboBox Selection Error

I have a "WinComboBox" on a webpage. Then I try to select item in it by index. The code is like : Browser("Browser").Page("Page").WinComboBox("List").Select 5 Then sometime the selection goes well, sometimes not when the 3rd or 4th item displays…
allenzzzxd
  • 331
  • 1
  • 10
  • 24
1 2 3
99
100