Can anyone send me a vb script function for verifying the
functionality of active links on a web page
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.
how to set one column as primary key in QTP and fetch values accordingly
Which command is used for writing text on a page?
How do you get the value of a combo box in Javascript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
How will you get the natural logarithm of the given number in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
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")