We can check many things in one test case, then Is it
necessary to write separate test case for checking each
functionality?
Example : For Login Window -->
Test Case is--->
1) Enter valid user id & password -->
For this expected result --> 1) User should login.
My question --> while executing above valid test case,
we can expect more than one result such as
"Visibility of password should be as ****"
So Should I have to write separate test case
for "Visibility of Password" OR Not?
Please guide me properly.
Answer Posted / friend
Thanks Revati,
I m getting ur point.
Can u please tell me that we have to make Separate Test
Case Document for Functional Testing, UI Testing & etc....?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is test plan and contents available in a test plan?
Functional and Integration test scenarios for actitime application
what is the impact analysis?
Information about Automated Software Installer
How can you use technology to solve problem?
What is the procedure of manual testing?
What is the difference between coupling and cohesion?
What is the purpose of test strategy?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Who are all involved in an inspection meeting?
Explain stub in testing point of view?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Can anyone tell me, What is wound fixing?
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
What is the difference between authentication and authorization in web testing?