Mention what is vbscript procedures?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what if you do not specify anything when you call a procedure?
What are the special sub-types in vbscript?
What is dictionary object in vbscript? Explain?
how to check whether link is disabled in QTP??
What is a difference between scripting language and programming language?
Which object provide information about a single runtime error in a vbscript?
In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.
how to retrive the tooltip by using descriptive programming in qtp?
Explain about filter expression?
What purpose does ‘on error resume next’ serves?
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")
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com