how to retrive the tooltip by using descriptive programming
in qtp?
Answer Posted / madhu
Browser("micclass:=Browser").Page("micclass:=Page")or
Browser("name:=Browser").Page("title:=Page")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between sub procedures and function procedures?
Explain about tristate constants in vbscript?
What is the difference between vbscript and vba?
How are values assigned to string type and numeric type variables?
what is the use of QCUtil? explain with one example?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Is vbscript language a case-sensitive language and what does it mean?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are the environments supported by vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain the adodb.stream class?
How will you format a number in percetage format in vbscript?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?