Write or explain 3 testcases you executed recently with
detailed descriptions ,steps to reproduce & explain what
results they gave when you executed on a recent build?
No Answer is Posted For this Question
Be the First to Post Answer
what types of testing have u done in ur project?and expalin it detail?
1.What kind of i/p we require from end user to start proper esting? 2.what's confirmation testing ? 3.Whats pilot testing ? 4. what's Defect cascading ? 5.Concept of work bench ?
What is Defect Seeding?
What are differences in testing a client server and a web application?
Hi guys can u please tell that how to write the test case for checking the number of emails in inbox of gmail.
iam new to testing ,i want improve knowledge on manual and how to improve theoretically r practical?any one give me suggestion?
Mention critical bugs in hospital management system i.e. project has 4 modules like appoint, patient chart, reports, pharmacy
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What is the diff between IE and netscape in a web testing on a login page.
what is tracebility matrix?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
What is the Myers Boundary Table?