how to make test case for anolog voice logger?
No Answer is Posted For this Question
Be the First to Post Answer
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
could somebody plz tell me the test cases on online credit card payment?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
What is use case testing?
what are those parameters or matrixes for tesing a software user interface?
write a test case flipkart login page
how will we know test cases are written by us are correct
how to Create a test plan document for Library Management System
Write a test case scenario for Web-based address book?
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable