who do sanity testing ?
who do smoke testing ?
plz give me correct answers.
Answer Posted / anandkulkarni.biet
wat ever brahma has said in answer 4 is correct but one
small difference is smoke testing is done by testers after
releasing the build to the testing dept to check if the
build is testable furthur.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is software review?
What do you think the role of test-group manager should be? Relative to senior management?
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
What is difference between Manual testing and Pega/BPM testing?
can anyone tell me the questions that can be posed in an interview for a 5 year experienced person in manual testing
What are the cases why parameterization is necessary when load testing the Web server and the database server?
write test case for gmail login page
What is unit level testing?
test cases on bangles???
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
What is performance tuning? What are tools of performance testing?
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?