I'm testing a Java web application on QTP. In one screen, not all fields are visible initially (ie: they're 'below the fold'), so this:
Browser("x").Page("y").JavaApplet("z").JavaInternalFrame("a").JavaEdit("txtName").Set "bob"
Causes an unspecified error to occur.
But if I change it slightly, to:
Browser("x").Page("y").JavaApplet(...
Hi,
I'm still a novice at QTP (still learning even the GUI) and I need to write this VB script under it:
Write a QTP script that:
Browse to Yahoo mailbox
Perform registration process to Yahoo if this is a new user
Perform log in to yahoo mailbox if it is existing user
Send new mail to valid Mailbox
Use Englis...
I have a simple Scenario where i want to expand the node of a Java Tree which is present within a Java table. This Java Tree is not able to get recognized when i tried to spy. it is showing only the properties of Java Table.
When recorded i got this below code.
javaWindow("sss").JavaTree("aaa").Expand "abc;value1"
javaWindow("sss").Jav...
Hi,
I want to open an attachment already existing in QC for the current test, edit the attachment and save to QC again. I appreciate any insights into this scenario. Code examples would be helpfull tounderstand it better. I am able to download and upload the attachments into the QC using QTP, however i am not able to save the updated ne...
Hi
we are expanding one of our projects in a major bank to include access via mobile devices. We are evaluating a few tools - inc. perfecto mobile, experitest and deviceanywhere.
From our initial evaluation perfecto and device anywhere cover a larger set of handsets inc feature phones. Experitest on the other hand is strong and simple to...