In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?
6 5695Is v-model cost effective when compared with all other models? If not which model is cost effective(low cost)?
1 6142How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
CTS,
1522Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
ISB,
3 12243How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
ISB,
1450Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
ISB,
1 3294how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?
7 5782I was asked with 4+ expeirence - How did you involve in implementing QA Standards and guide lines in ur project.
IBM,
1 3557Post New Manual Testing Questions
What does 100% statement coverage mean?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
what is TAS language which is used as a language for some projects/
Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?
Difference between adhoc testing and error guessing?
.In languages testing, what is the fixed part and changing part?
9.Data – driver automation typically includes?
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
When the GUI Testing will be held on the V model ?
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
What if the project isn’t big enough to justify extensive testing?
Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
list of methods that is used to document the requirements of a software.
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; }