what is the object hyrarchy in QTP for a web based
application
No Answer is Posted For this Question
Be the First to Post Answer
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
regular expression that will recognize a browser as long as its name property starts with mybrowser
how to find greatest of n numbers!
How to search word in a string without using instring function?
How to create a cookie using vbscript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
what is the standards used for writing the script in QTP
How to write VB script for login module?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
What is the use of option explicit in vbscript?
write a vb script to generate hello 5 times using do until loop
Which in-built function related to an array joins substrings into one string in the vbscript language?