What is the difference between Functional and Regression
testing?
Answer / sonal.pagare
Functional testing refers to checking the software with
respect to functional requirement specifications. This is a
low level testing.
On the other hand Regression testing is done to check
whether the fixation of any bug has affected other
functionality of the software or not. This is a high level
testing.
| Is This Answer Correct ? | 12 Yes | 0 No |
How many number of negative testcases we can write for "Search and Replace" functionality?
What is inspection,walk through and review ?
Wat is the use of regression testing?is it needed to be done only if any functionality is included or in release of every build?
differentiate bug and defect
What is the difference between white and black box testing?
Provide an Example with ‘High severity and low priority’ and ‘Low severity and High priority’.
Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????
Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?
write a TestCases for Telephone ?
what is domain testing. explain.
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
How would you test a service oriented architecture (soa) web application?