we enter that user name field is blank and password field is
blank and click on Ok. what type of testing is this
1)functional testing 2)security testing
Answers were Sorted based on User's Feedback
Answer / lakshmi
It is the functional testing where you are testing the
Functionality of the Login page.
I suppose that Security Testing for this scenario will be
like setting up the Access Rights and testing with various
roles.
please do correct me if i am wrong.
Thanks in advance
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / srinivas poodari
It is the functional testing, in this the testing is
belongs to the input domain testing(BVA&ECP).
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / bhanu
Yes.. I agree with Lakshmi.. Its Functional testing.
Security testing in the sense, it should be checking the
credentials as per the client's criteria.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / janhvi
Security testing comes under functional testing...its a type of functional testing according to (foundation of software testing book, Rex black).. we are doing the security testing to check that by entering blank user name and password whether our software prevent user to doing so or not, so its a security check.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhilash
In my view, in this kind of scenario, we are actually checking for both security as well as functionality.
Security testing : checking whether users are able to login into the system without proper username or password.
while doing so, we are actually checking the functionality of the login page
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mutation testing and when can it be done?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
only one tester & one developer ,the product is released to be today night.if you found a critical bug then wat u do
Difference btween the QA and QC?
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
what is water fall model?
I am sayyad(frm hyd) new commer for this site? I have some doubt's pls clarify it..... I finished my MCA 2005 pased out),(sayyadmeer@gmail.com) and S/w Testing Course(2006) till now i didn't get any job in testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,for Banking,ERP Projects etc. Advance thanks to all
Smoke testing is also called sanity testing? Why?
what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requrement as characters should be Alphanumeric.how you aplly both BVA and EP.......?
how do u find out memory leaks in any application..?
what is stlc and what is bug life cycle? are the both same or different?
What are Levels of Functional testing?