QuickTest Professional Questions

1

Grey Blank Window appear when application is launched with QTP.
Grey Blank Window appear when desktop application is launched with QTP 9.2. If i open it manually from local path Microsoft Explorer I can see all objects Menu items, Data Grid , Panel Tabs and Buttons. But this is not seen when application is launched with QTP.

Answer Question   |  August 20, 2009  6:09 AM
HP QuickTest Professional, QTP Automation, QuickTest Professional
asked by:
295 pts.

QTP for Oracle Forms 6i
I’d like to know, whether QTP is able to test (functional) an application that is build with oracle forms 6i?

Answer Question   |  March 19, 2009  10:17 AM
Functional software testing, Functional testing, HP QuickTest Professional, Oracle Forms 6i, QTP, QuickTest Professional, Software testing
asked by:
5 pts.

QTP Script for Data Driven Testing using Notepad
Set f=createobject(“scripting.filesystemobject”) Set f1=f.createtextfile(“d://file1.txt”) f1.writeline”Raju Rani” f1.writeline”King Queen” f1.writeline”Radha Krishna” f1.writeline”Thirupathi Gangula” f1.writeline”Bala Kishan” The above script creates a notepad in “d” drive with name file1 Raju Rani King Queen Radha Krishna Thirupathi Gangula Bala Kishan values are stored in file1.txt. Set f2=f.opentextfile(“d://file1.txt”) While f2.atendofstream<>true f3=f2.readline x=split(f3,” “) msgbox x(0) msgbox x(1) Wend The above [...]

Answer Question   |  September 29, 2010  10:42 AM
Data-driven testing, QTP, QTP script error handling, QTP Scripting, QuickTest Professional
asked by:
37
5 pts.

VBScript error handling code snippet
I am running a batch of QTP (test automation tool) scripts written in vb script overnight. Could some one send me an error handling vb script code snippet that I may insert in each script which automatically exists any script that encounters an environmental or any other error in it’s run, writes a line to [...]

Answer Question   |  December 22, 2008  3:23 AM
Error handling, HP QuickTest Professional, QTP, QTP script error handling, QuickTest Professional, Software Quality, Software Quality Assurance, Software testing, Software testing methodologies, VB error handling, VBScript error handling
asked by:
5 pts.

How can we automate the DB2/400 used in AS/400 through QTP?
We want to access the DB2/400 in AS/400 through QTP. So please can you give me reply how we can connect the DB2/400 through QTP? Actually we are not getting the database where stored in AS/400.

Answer Question   |  November 13, 2008  4:52 AM
AS/400 database, AS/400 testing, DB2/400, HP QuickTest Professional, QTP, QTP TE Add-in, QTP Terminal Emulator Add-in, QuickTest Professional
5 pts.

1