Hi! pl. suggest a good book for manual testing..to attend
interviews in manual testing with 3+ yrs of experience
Answers were Sorted based on User's Feedback
Answer / amarnath
srinivas deshmukan is the author.book name is software testing
| Is This Answer Correct ? | 0 Yes | 0 No |
what is black box testing, and what are the methods for BBT plz explain it
What is positive and negative testing?
Different types of design documents which can be used to write effective test cases(if FRS and SRS is not enough to write the test cases.)
how to write manual testcases for download the files from the template. for example:from product cost enddate
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
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 was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
Explain with example : Test Scenario, Test Suit And Test Case.
How do you promote the concept of phase containment and defect prevention?
What ishigh severity, low priority bug?
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
What is the main use of preparing traceability matrix and explain the real time usage?