Answer Posted / sundar g
While doing the testcases we should look out for all the
possible errors that may comeout of the inputs that we
give. So we should try our hand with not only integer
values but also with the special characters.
The test cases are,
x=1;
x=23;
x=0;
x=.67;
x=a;
x=!;
x=NULL;
x= ;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write the test cases for facility module
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Explain the ramp testing?
What is the domain testing?
What is business validation test case?
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
test cases for bus transport (TNSTC)
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
write a test case for yahoo compose page?
how many test cases do u need to ship a product?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?