What are the technologies supported by qtp?
No Answer is Posted For this Question
Be the First to Post Answer
how to know no.of mails in our g mail by using vb-script
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
what is the difference between link and hyper link?
how can i replace any text from the qtp script with some anothere text
explain keyword driven framework?
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
how do pass parameters from one action to another action
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.
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
When we use Object Spy? can we write QTP script before built is came in testing?
How to find operating system information using the qtp script?
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone