Answer Posted / ratha.a
After finishing the sanity testing. we start system
testing.we can the inputs for positine and negative
scenarios.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can anybody tell me what is release process of company? release note?
What is verification in software testing?
Hi there Does anybody can respond to my Questions? Is some one there to answer my Questions posted in Software testing category.pls E-mail to sunitht27@yahoo.com
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
.In languages testing, what is the fixed part and changing part?
Differentiate test bed and test environment?
approx how long a simple website take time just for manual testing including report generation.
What r the things,u prefer and prepare before starting testing?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
What is smoke test?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
what is prototyping model,RAD model V model, spiral model?????
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?