Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What methods are used to create text files and open text files in the vbscript language?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
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
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
What is the purpose of the err object in the vbscript language?
What is byref and byval parameters in vbscript?
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)
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
who you define variables and functions in VB?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
i need to sort the data using qtp script for this how i need to write a qtp script
how to operate webobjects in a webpage using getobject function and then using generic methods?