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.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the glass box testing?
write test cases for flipkart.
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>
how to write test cases for online restaurant table booking system?
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
# 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?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
Do you write test plan and test case?
What is a test case?
Test a file replication service that copies files from one net location to another
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