Answer Posted / n@n!
QA(quality assurence) / SDLC / Verification / un
conventional all r same . QA was done by developers.
Testing / QC(quality comtrol) / STLC / validation /
conventional all r same . it was done by test engineers.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is sanity test (or) build test?
What are the bussiness scenories?
What is baseline testing?
what is mean by impact analysis ,how we used to select regression TC using this?
. Is any graph is used for code coverage analysis?
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
can anyone tell me the scenarios for online banking transaction ?
When new application ready to test than whats your testing strategies?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
how recovery manager works in winrunner
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?