Originally Posted by
bizzzzzare
Hi Arunna,
Firstly it is pertinent that you differentiate Test scenarios from testcases.
A Test scenario is a possible workflow which could comprise of testcases.
For your prescribed Login page, there would be 3 valid scenarios -
1) valid Login
2) Invalid Login
3) Negative Testing scenario
I would categorize all 3 as important. Based on these scenarios you could develop tsetcases which would describe step-by step actions for testing each of these scenarios.
Just to Highlight, when I state Negative scenario seperate from Invalid Login, I do so because When User enters incorrect user ID and password, system is expected to prompt you with an error message.
But a negative testing scenario would be where you are trying to break the application - For Instance
1) leaving Password blank,
2) trying to navigate using the URL,
3) using the forward button of the IE bypassing the Login page etc.....
Cheers