May I have to create another test case document for Adhoc
Testing, Smoke Testing and all?
Answers were Sorted based on User's Feedback
Answer / kumar
Usually we do these kinds of testing when there is no
sufficient time. We dont prepare detailed testcase document
but we prepare a word document with all the conditions that
we applied on the build randomly,this is to keep track so
that if some one else had to test the application then he
can track using word document.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
smoke testing we don't write test cases because we have already written for functional,integration testing.we choose positive test cases from functional,integration testing and system testing and we do smoke testing so we don't write test cases for smoke testing
adhoc testing :here we test randomly so we don't write test cases.when we are testing the application randomly and we get a bug then we write test case for adhoc testing otherwise we don't write test cases for adhoc testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Smoke testing done by whom
what is domain testing. explain.
Write Test cases on pen?
2 Answers Cap Gemini, PanTerra,
what is the Difference between SRS and SRS? Please mail me penisetty@gmail.com
Why position WinRunner and the AUT so they do not overlap?
Can anyone explain me about Tracebilit metrics?
Should Tester have to write separate test cases document for Functional testing, UI testing, Regression Testing, Stress testing etc....?
Can you explain function points?
HI EVERYONE, recently i got a job as a q.a tester in a bank.the application am going to work is credit cards.the environment will be java ,oracle,qtp quality center,VSAM,CICS,WINDOWSNT .we will be working on mainframes too.can any exp persons help me to understand the scenario and what all shud i learn to perform better(worried abt the frontend ,backend,and the architecture as whole)kindly help me
I Want Real Time Examples for High Sevirity and LOW Priority and Also For LOW Severity and High Priority..,.In most Of da companies QUestion Ariese on This Plz Help Me Answers
what are things to be tested in job portal websites?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand