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 |
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
What is the scripting language used in QTP?
Which scripting language used by quicktest professional?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
How to use conditional loops in qtp ?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
How to convert QTP's ObjectRepository.mdb file to xml file
If object is not recognized by qtp but the object is standard object what is your approach?