Hoe to generate all numbers in between to numbers suppose
all numbers in between 1 to 100 using vbscript give me code
Answers were Sorted based on User's Feedback
Answer / shyam.meghansh
Dude
Chk Mr. Amarendra Kothuru example u will get ur answer
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you connect to database ,What is the script to connect DATA BASE?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
How to test login module with different username and password by using data driven testing in QTP?
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
Where u will use output checkpoint in QTP?
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
What is an object repository?
How to execute a winrunner script in quicktest professional?
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks