Explain the system testing?
No Answer is Posted For this Question
Be the First to Post Answer
what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
in test case we would write log and login ?what is the dif bet both of them
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
What is the difference between System testing and System Integration testing?
Scenarios to test wireless Speaker via bluetooth
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
Difference between Automation testing and manual testing.
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.