How to write test cases for lift?
No Answer is Posted For this Question
Be the First to Post Answer
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 many test cases you will execute per day?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
test case for coffee machine?
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Please let me know how to write a test case for Pen and washing machine.
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
write a test case for a pen and paper regarding writing.
int a, int b, int c= (a+b); Write the test cases for c.