what is the difference between testing and debugging?
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
Testing is the process of finding bugs,defects or error.or
it is simply checking whether the software/application is
matching with the SRS or not.It is done by testers.
Debugging is fixing of bugs.It is done by developers.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ankur
Testing is to identify the Defect,Bug,Error doen by the
tester.
Debugging is to identify the cause of that defect and to
resolve it. Done by Developer.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between wait and synchronization point?
what are the attributes of QTP?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
what are the Common Problems in S/w development process
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What are the difference between QTP and Winrunner
Did u use check points during ur work experience ?
what is throw object ?
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?
21 Answers ABM, AZTEC, CTS, Infosys, Nihilent, Orange,
what is compiled module?
Explain the types of object repositorys in qtp?