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

TESTING

Former Member
0 Likes
561

SUPPPOSE IF A TECHNICAL CONSULTANT DEVELOPS A REPORT .HOW HE DOES TESTING FOR IT?IS IT COMPULSORY THAT HE SHOULD TEST IT OR ANY TESTERS WILL BE THERE?PLS GIVE EXPLANATION

4 REPLIES 4
Read only

Former Member
0 Likes
535

Hi,

Testing can be done thru <b>debbuging or changing the validations</b> in the code.

Yes, testers r there for testing purposes.

Thanks,

Shreya

Read only

Former Member
0 Likes
535

Hi

Testing will be there for all the objects. The Business analysts will test, then it will go to the End users for User Acceptance Testing.

Also the Technical Lead will do a Code Walkthrough and Code Walk Though Document is created with the test cases and results.

Then the object is released to Production.

Britto

Read only

Former Member
0 Likes
535

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.

Regards,

ravi

Read only

Former Member
0 Likes
535

Hey RK,

Yeah, its compulsory to test the object developed by a technical consultant, otherwise one shouldn't know whether the program is working correctly as per the given requierment. Developer should initially test the program with the basic test data given by the funtional consultant which is called Unit Testing.

Once after the Unit testing is done and if that matches the given requirement then it will be tested by the Senior peer in the team. Once after the confirmation from the peer review a tester will be tested which is Final testing from our side. Then it will be tested by the Business consultant with different set of data. Once the program satisfies the given requirement from the Development Client it will be moved to Testing Client where it will be thoroughly tested with production data.

Regards,

Jayaram...