Mention what is the technology used by vb script?
No Answer is Posted For this Question
Be the First to Post Answer
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
What is vbscript language used for and which earlier language is it modeled upon?
i want to when we will write the scripts either after getting the build or after getting the SRS?
how to add action through AOM in QTP
VBscript for QTP,best tutorial?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Input = 124 output should be 124421 Please do not use any string functions/variables
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)
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How to Import data from a file (file is on the desktop) to the data table
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
Write VB script to convert from feet to inches(hint 1feet=12 inches)