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.
Answers were Sorted based on User's Feedback
Answer / revati
Here you are doing only functionality testing.
That is you are checking only actual result with the
expected result.
So your test case would be when you enter valid user id and
pwd, the expected result is the user should able to login.
You do not check visibility under functional testing. In
that case you can go for UI testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreedhar
this functionality testing,not a gui test no need to write
seperate test case.
| Is This Answer Correct ? | 0 Yes | 0 No |
If we have 9 floor n 3 eggs n we have to check from which floor the egg wont get break.how can we do that
Describe to me the Software Development Life Cycle as you would define it.
what r all the testing methods & what methods u r using 4 the current project.
1) I have 5000 test cases within 3 working days u have to finish? How you will handle it. 2) Difference between Relase-1 and Relase-2
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
i have sanity,smoke,regression and retesting.what is the right order of these in testing process.plz ans with example its urgent. vikas_singh@live.com
What is a Test Strategy and the basic test strategies? What is a Test Methodology and the basic test methodologies?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
What is the difference between Regression and Retest Testing?
What is difference b/w Windows XP & Windows NT
what are the add-in to the mercurytools to test webbased dotnet applications.answer plz
what is user acceptence test?