This is a discussion on What is super class sub class in error? within the Software Testing forums, part of the Software Quality Assurance category; What is super class sub class in error ,bug , defect, failure , fault?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| I think Super Class , Subclass are written by the testor to prepare a testing framework for the given program. It is here in case you are curious about the implementation of the framework, or you need to modify it in any way. When you talk to a tester, the smallest unit of testing they talk about is a test case. TestCase is a User’s Object, representing a single test case. Class: TestCase superclass: ObjectFor an example This distinction is represented in the framework by giving each TestCase a Pluggable Selector. The variable behavior invoked by the selector is the test code. All instances of the same class share the same fixture. Class: TestCase superclass: Object instance variables: selector class variable: FailedCheckSignal there are lot of functionality involved in this method of framework. I have just given the sample work about this. Hope you can understand the concept of the superclass and sub class test case. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between template class and class template | vijayanand | C and C++ Programming | 0 | 09-28-2007 04:10 AM |
| Debug class and Trace class | simplesabita | Software Testing | 3 | 08-18-2007 12:30 AM |
| Can we inherit the java class in C# class | vigneshgets | C# Programming | 1 | 08-09-2007 07:42 AM |
| Is there any way to use keyPressed method of Canvas class in Form class? | bluesky | Mobile Software Development | 1 | 07-25-2007 06:02 AM |
| class conflicts | nssukumar | Flash Actionscript Programming | 3 | 03-02-2007 06:44 AM |