what is defination of regression testing?
Answers were Sorted based on User's Feedback
Answer / raghu
It is a process in which one will perform testing on an
application again and again....it is usually done in two
ways..
1. whenerver a bug is found and sent back o developer,next
built is released at that time testing is doe on the
released built of an application with related
functionalities...
2. whenever new features are incorporated then testing
released built with its related functionalities as well as
the new features.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreelatha
Execution of selected test cases on a modified build is
know as regression testing.These selected test cases means
already executed test cases.
First we execute the test cases to test an application.If
we get any bug we will report that bug to test lead if it
is a genuine bug test lead will post it to
developer,developer will fix the bug and send it to the
tester.Tester will execute the test cases again where he
got a defect.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / dhanapal
modification/ changes made in new/ existing application
build. verify wheather the user requirments are working
without any problems or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Entry Criteria and Exit Criteria?
What is the difference between shared and local object repository?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
In how many ways we can add check points to an application using QTP.
Explain the concept of how quicktest professional identifies object?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
How to test the login page in different ways in automation testing and i need code?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application. plz explain in detailed or mail the sample code to malepatin@gmail.com
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
what is object?
While testing .net applications with QTP 9.1 in normal recording mode, QTP records my unintentional mouse clicks and window dragging which I don't want. But I can't stop QTP recording those mouse clicks and window dragging. Can somebody let me know how I can get rid of it, please ! Thanks.