Answer Posted / vinodhanandhan
Functional Acceptance Test and System Acceptance Test
| Is This Answer Correct ? | 13 Yes | 44 No |
Post New Answer View All Answers
Explain about PET Model?
Tell some examples of bug severity and bug priority?
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
Can you explain tpa analysis?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is bug leakage?
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
How to derive test data from the design documents?
Hi All I want discuss abt Testing tools is any one available online in google chat?
wht is Manual Testing Frame work
What is an entry criteria?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
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?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
What is the negative testing and example