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 |
how to idetfy which test cases are automated?who will deside that plz tell me
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
How we can add actions in the test using QTP?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
When ‘option explicit’ keyword is used in qtp?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
Hi Friends...this is surendra..recently i joined automation team ...Please send me some documents regarding VB script ...and where can i learn VB script... This is My mail id: surendra.mamilla@gmail.com... please send to my mail.... Thanx in advance surendra.
Tell me the situations where we will use Data Driven?
can we enable smart identification for test object
Syntax for how to call one script from another and Syntax to call one "Action" in another?
How many types of parameters are available in quicktest professional (qtp)?