How will you format a number in percetage format in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
write a program to display the system specifications of client system with the help of vbScript.
What is the purpose of regexp object in vbscript?
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 select a value from a list box by using Selenium web-driver?
Explain the adodb.stream class?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you get the smallest subscript of an array in vbscript?
filter the array values without using filter function?
How many types of operators are available in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
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?