How to write test case for this scenario.
The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
No Answer is Posted For this Question
Be the First to Post Answer
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
how we canwrite a test case on computer?
explain end to end scenario's for online Money transfer in Banking Domain?
Explain the soak testing?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
Explain the exactly meaning of test case?
test case for open doalog box. thanks a lot!
Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?
how we write a jwebunit test case for check whether the ip address correct or not.
What are the test cases for mouse?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Given the following code, which 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, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage