Write the test cases for 2-way electric switch system.
Write for GUI, functionality as well as stress testing
Answers were Sorted based on User's Feedback
Answer / balaram
Tc1_GUI:
Here we check wheather the labels correctly placed or not
if placed we check for the spelling.
Tc1_Functional:
Positive testing:
when we press ON power should pass through cable.
When we press OFF power should cut off.
Negative Testing:
When we press ON, if the switch doesnt pass the power. (ON
Functionality Fail).
When we press OFF, if the switch pass the power. (OFF
Functionality Fail).
| Is This Answer Correct ? | 7 Yes | 1 No |
functionality test:
Pass Test :
when the light is on one switch should be off.
when the light is off one swith should be on.
Fail Test:
When the light is on both switches are on.
When the light is on both switches are off.
| Is This Answer Correct ? | 2 Yes | 5 No |
Can test condition,testcase and testscript help u in performing the static testing
If client is not given any requirements then how will you test the application
If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?
Explain The test development life cycle?
while writing the test cases, how can we know whether we wrote all the test cases or not.
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
what is the role of moderator in testing?
write test case for gmail sign up page ?
hi! this is vivek i am having some of the questions can u clarify it sir 1.what is the model you are following in software development?what is your testing process?
What is Functional Testing and Regression Testing?
Should I write test case for sorting items? [If there are 1000 items & I have to sort them by name, code etc..]
what is testing policy and testing methodology? and what is the difference?