‎2007 May 24 5:55 AM
hi,
can somebody tell me about how unit testing done in real time briefly.
regards
subhasis.
‎2007 May 24 6:08 AM
Hi subhasi,
in real time,
u have stanadrd formats .
so, u need to download all the screens which are involving ypur total testing process means selection sreen before and after giving input value and list display....................etc.
reward points , if it useful.
regards,
Bhaskar
‎2007 May 24 6:14 AM
hi,
please tell me what r the tools used for unit testing.
regards
subhasis.
‎2007 May 24 6:19 AM
Hi subha,
For unit testing, we use Execution button(F8) button,
but in this we will download screen shots of that program
‎2007 May 24 6:17 AM
HI,
Testing a object may involve all or most of the following steps.
Step 1) Code walk through by lead. He would look at your code and si=uggest changes if any.
Step 2) Unit testing by yourself(According to the test cases )
step 3) Initial testing by third person.
Step 4) Final Testing by the third person.
Step 5) Testing by QA team .
Step 6) Testing by the user.
<b>Unit Testing</b> is a term normally used by testers and found in Software Engineering text books :). It means you have a small unit or say, a MODULE, a part of a huge project that needs to be tested. In a scenario of a big running project, the developers carry out unit testing on each module of the huge Project and the Integrate all the modules and test it as one.
Unit testing needs Test Cases and Test Data.
Kishi.
‎2007 May 24 6:49 AM
Hi Subhasis/Kishi,
Please award some points when you get the resolution for your postings.
Regards
Bala