can anybody pls tell me that what type of interaction takes
place or what type of discussions or questions take place
between a tester and client regarding the project.
Answers were Sorted based on User's Feedback
Actually testers doesn't talk much in the client meeting.
Team leads and project manager do the major talking. If they
are talking to particular functionality and if that is
assigned to you then you have to tell them how work has been
done and how much is left and the major bug that you get fixed.
Is This Answer Correct ? | 1 Yes | 0 No |
what is performance testing?
What is a Rad model?what are the advantages and disadvantages of rad model over the other sdlcs?
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you
What is blocked defect?
Positive and Negative Testing - Which one to do first and why ?
What is Catapult Testing in E-Learning Domain?
how to deploye the build when the developers give the source code..?
In Test Case Document, Expected Result and Verify are the same fields?
How to calculate testing productivity?
Write test cases for checking date field?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;