Develop a parameterized action that accomplishes the following
a. Launch a browser of users choice ( example : IE, chrome etc)
b. Open up a search engine (Google, Bing etc)
c. Perform a search
d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the formatdatetime function in the vbscript language?
how to declare a variable in vbscript using vbscript
What are class events?
Explain about operator precedence in vb script?
Which data type/types are supported by vbscript language and what are their specialties?
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 to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
what is the difference between modular and data and keyword driven framework
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How will you get the exponent of the given number in vbscript?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
What is the scope of a constant declared using public?