Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about unit testing

Former Member
0 Likes
809

hi,

can somebody tell me about how unit testing done in real time briefly.

regards

subhasis.

5 REPLIES 5
Read only

Former Member
0 Likes
506

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

Read only

0 Likes
506

hi,

please tell me what r the tools used for unit testing.

regards

subhasis.

Read only

0 Likes
506

Hi subha,

For unit testing, we use Execution button(F8) button,

but in this we will download screen shots of that program

Read only

Former Member
0 Likes
506

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.

Read only

Former Member
0 Likes
506

Hi Subhasis/Kishi,

Please award some points when you get the resolution for your postings.

Regards

Bala