I need a QA tester not a coder please, for Integration testing: top down and bottom up testing, and individual module testing.

Job ID: 33049176

Budget: $10 – $30 USD

Do Individual module testing for: 1, 2, 3, 4:
1 with its stubs: 2 and 3, 2 with its driver: 1, 3 with its driver: 1 and stub: 4, 4 with its driver: 3.
Have separate codes for each tested file.

Do Integration testing:
for this do Top down testing in code files:
2 drivers and 3 stubs.

And Bottom up testing in code files:
3 (driver of 4) and 1 (driver of 2) will be drivers: 2 drivers.
2 and 4 will be stubs: 2 (stub of 1) and 4 (stub of 3).
3 will be stub of 1.

Testing will be done in java code with a compiler to show the output of the tests!