Hi, Plz give best Definition of Software Testing? Why we
need Software Testing? and plz send 2+yrs experience
Interview qutions (Manual,Qtp).
Answer Posted / surekha
i think testing is for detecting defects as well as for
getting more ideas about the project.
and ofcourse after delevering we should not get problems
no...
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
Can we Test Welcome Screens and Process Images with QTP
For which type of project the iterative model is suitable?
For which type of projects the iterative model is not suitable?
When do go for loop condition in test?
terminal services client
what is the difference between development and testing
How are actions and functions different in QTP?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Is the qtp course will help to create a virtual object?
How many types of recording modes in qtp?
How to use checkpoints in qtp ?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
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