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

regarding testing

Former Member
0 Likes
409

hi experts

can any one tell me the flow in a real time environment after completing the object that was assigned.

how to do unit testing.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

hi,

1. give random values ( eg: put alphabets in th numerical fields) and chek how u object behaves.

2. chk the values are updating correctly or not in DB

3. give correct values in the fields and chk .

4. chk the error or info messages are coming correctly or not.

these are some tips of unit testing

Rgds

Reshma

2 REPLIES 2
Read only

Former Member
0 Likes
390

hi,

1. give random values ( eg: put alphabets in th numerical fields) and chek how u object behaves.

2. chk the values are updating correctly or not in DB

3. give correct values in the fields and chk .

4. chk the error or info messages are coming correctly or not.

these are some tips of unit testing

Rgds

Reshma

Read only

0 Likes
389

can u tell me the flow in a real time environment after completing the object that was assigned.

i.e after testing