how to retrive the tooltip by using descriptive programming
in qtp?
Answer Posted / guest
Use the "alt" property of the object and use the
getelementsbytagname method.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Which loop is used in case of arrays in the vbscript language?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How will you get the last occurrence of one string within another string using vbscript?
Differentiate javascript and vbscript?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Mention how you can call vbscript functions?
When to use function procedures and what are its characteristics?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
What is difference between vbscript and vba?
What are the different types of operators and their order of precedence?