Answer Posted / ajreddy
hi param i think u r wrong in option explict.
option implicit is according to u its correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the file extension of the code file in qtp?
Differences between text and test area checkpoints?
What is the syntax to call one action in another?
What is the difference between a Function and Procedure in QTP?
Mention the different actions types of qtp.
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
images are dynamically changes how to compare two images with out using the bitmap
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
QTP script is not working on other's machine..
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
If object is not recognized by qtp but the object is standard object what is your approach?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!