Answer Posted / srinivas
Regeression Test cases
bcak end test cases
sanity/smoke test cases
performance related test cases we can automate
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to import a test case present in ".xls" file to TD under a Test set?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the quicktest professional testing process?
What are the Test design techniques you uses in ur project?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to creating an output value using quicktest professional?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Plz Explain AUTOMATION REFERENCE MODEL?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Through array we can execute the testcase how ? give me example
How will internal and external links be validated and updated? how often?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Name the different types of recording modes?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one