Can any tell to create test data for SUM (calculation),
Scenario is 0 to 9 digits are available as we see in the
calculator, I want to certify that the sum of the two numbers
are working fine by providing test data.
What is test cases for mobile phone ?
what are the test case scenario for epos/pos testing,and how to initiate the process
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
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
what will be the test case for Lift?
22 Answers Mind Tree, Satyam, Tops Security Ltd,
Suppose a job should be executed for every two hours? Write test case for this?
What is SECURITY TESTING?
If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me
how to Create a test plan document for Library Management System
I have register form there is first name field.what will be the steps to execute test case???
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2