Answer Posted / m.ragothaman
Hi,
Regression Testing Definition :- After changes made in
the application or After fixing some bugs - Application
should not deliver any new bugs.
How do you conduct manually -
by periodically - means definenite day , Tester take the
latest code and do testing for given set of bugs.
Regards
Raghu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is regression testing? When to apply it?
What is Independent Testing?
how will u create diff types of scenario for any website?
qtp9.2 and qtp10.0 difference
Diffrernce between client server testing and web server testing.
What is a testing process / lifecycle?
how will you estimate of your website?
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
What is an end-to-end testing?
How do you test google or gmail application??tell me step by step process??
Work flow in testing in your company?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
What are the various techniques in white box testing?
value momentum
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }