with what documents you prepare the test cases?
(Asked in Zensar Hyderabad today(17-1-12010))
Answer Posted / n@n!
with requirement document we can prepare test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the procedure & path of s/w in testing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
How we can test Cookies Manually?
what types of bugs will we find out in banking projects
what is metrics in software testing? give me a brief detail about it?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
What is early testing?
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??
Tell some examples of bug severity and bug priority?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
value momentum
What are similarities of Agile and Scrum?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
Why performance testing is performed? What are tools of performance testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }