how to prepare a test case for online restaurant table
reservation system. plz give an answer ASAP, email at
suja_rvndrn@yahoo.co.in
No Answer is Posted For this Question
Be the First to Post Answer
how will we know test cases are written by us are correct
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
Can you list down a few characteristics of a test case?
write test case for white board marker.
How do you differentiate the roles of Quality Assurance Manager and Project
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
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?
write the test cases for traffic signal and sensor doors.
Describe to me the difference between validation and verification.
This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4