| Software Testing Software testing is a process used to identify the correctness, completeness and quality of developed computer software. |
![]() |
| LinkBack | Thread Tools | Search this Thread |
|
|||
|
Material
HI,if anyone is having q/a material please mail it to me. my id is rajendra.batchu@gmail.com
|
| Sponsored Links |
|
|||
|
hi
input domain testing is divided into 2 categories. 1)boundary value analysis 2)equivalence class partitioning. boundary value analysis checks the boundaries of the inputs. *equivalence class partitioning checks the type of inputs we are entering.* ex:- specifications:- suppose let us take a login page for an application like yahoomail which consists of username and password. the allowable entites for username is 1)a to z,Ato Z 2)0 to 9, 3) (underscore _) 4)with no special characters and space. the allowable entites for password is 1)a to z,Ato Z 2)0 to 9, 3) (underscore _) 4)special characters allowed 5)no spaces allowed. now checking the login page with 1)username raje n$ and password with anusha 2)username:-raja_kumar password:-anusha friend 3)username:-&sarabha password:-karun 4)username:-rajendra_007 password:-anamica now if u clearly observe the first 3 cases results to errors and only the fourth case will be correct and the home page of the application opens for the fourth case only. like this checkling the given specifications of different parameters with all the possibilities is called as equivalenmce class partitioning. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| oracle material | ksuresh | Oracle Apps | 2 | 03-01-2007 05:41 AM |
| Oracle Apps. 11i Study Material And FAQ's | sadashiv | Oracle Apps | 2 | 03-01-2007 05:34 AM |
| Urgent - WinRunner user guide material | priyapp | Testing Tutorials | 3 | 02-16-2007 02:37 AM |
| CCIE SEC lab study material! | cciecrazy | CISCO Certification | 2 | 04-27-2006 08:04 PM |
| Core java material | mallakishore | Java Tutorials | 2 | 07-04-2005 09:33 AM |