![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member Join Date: Feb 2008
Posts: 40
Thanks: 5
Thanked 2 Times in 2 Posts
Rep Power: 2 | pls explaine equivalence class partitioning, it is urgent [FONT='Cambria','serif']equivalence class partitioning, boundary value, decision tables, structured basis path and pair-wise testing analysis. can somebody pls explain in detail about the above questions[/FONT] |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Dec 2006
Posts: 695
Thanks: 3
Thanked 17 Times in 13 Posts
Rep Power: 11 | Re: pls explaine equivalence class partitioning, it is urgent |
| | |
| | #3 (permalink) |
| Member Join Date: Feb 2008
Posts: 40
Thanks: 5
Thanked 2 Times in 2 Posts
Rep Power: 2 | Re: pls explaine equivalence class partitioning, it is urgent any personal exp,explanation pls |
| | |
| | #4 (permalink) |
| Moderator Join Date: Jul 2006
Posts: 2,191
Thanks: 5
Thanked 505 Times in 324 Posts
Rep Power: 73 | Re: pls explaine equivalence class partitioning, it is urgent BVA means we are checking Boundary values Example: if we want to check the textbox object which accepts 4 to 10 alphabets char In BVA we will check that object by giving 3,4,5,9,10,11 lower alphabets char. i.e.min is 4 max 10 then we will check the object by giving boundary values as min,min-1,min+1,max,max-1,max+1 i.e 4,3,5,10,9,11 ECP means we have to check the type of the object example:In +ve condition above example we have test the object by giving alphabets i.e. a-z char only then object will accept the value, it will pass. In -ve condition we will check the object by giving other than alphabets(a-z) i.e A-Z,0-9,blank etc
__________________ Kiran |
| | |
| | #5 (permalink) |
| Member Join Date: Feb 2008
Posts: 40
Thanks: 5
Thanked 2 Times in 2 Posts
Rep Power: 2 | Re: pls explaine equivalence class partitioning, it is urgent thank you kiran,that kind of helps |
| | |
| | #6 (permalink) |
| Senior Member Join Date: Feb 2008
Posts: 14
Thanks: 1
Thanked 5 Times in 3 Posts
Rep Power: 2 | Re: pls explaine equivalence class partitioning, it is urgent It is done because we cant check a software for all possible values.we have to use a small subset of these to check.As it is observed that most errors occur at boundary values of ranges, so they are checked separately ( through another technique called Boundary Value Analysis) all the values are divided into classes and it is assumed that all values in a particular class will show same behaviour ie either all will result in error or none will.so we can check only few values. for eg. if there is some condition like 4 < var1 < 15 then if it works fine for 18, it'll also work fine with 25. Similarly, if it shows error for 3, it will most likely show error for 2 also. Basis Path Testing enables to derive a logical complexity measure of the design.it is used to find a set of execution paths.The test cases then derived are guaranteed to execute every statement in the program/software at least once. hope this helps! Last edited by akankshalal; 18-02-08 at 05:20 PM.. |
| | |
![]() |
| Tags |
| class , equivalence , explaine , partitioning , pls , urgent |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Features Removed from C and C++ | TAM | JAVA Technologies | 1 | 27-09-07 05:35 PM |
| Bob Technologies placement paper 2 | sridhar | BOB TECHNOLOGIES Placement Papers | 0 | 03-02-07 07:43 PM |
| java JSP | naga | JAVA Technologies | 4 | 21-08-06 04:03 PM |
| Java Contest-4 with answers | keerthi | JAVA Technologies | 10 | 23-03-06 12:59 AM |
| Answers Wanted to these QUESTIONS ? | aparna3032 | JAVA Technologies | 3 | 23-02-06 03:23 AM |
| More Interview Questions Here... |