The recruiter asked if I have Experience in Pathways. What is this?

Showing Answers 1 - 4 of 4 Answers

I think it is path testing ,which is a part of white box testing.Path followed by a program is tested here.A flow graph notation with arrows and nodes is used to represent the overall flow of the program.All the paths in the program are noted down and tested individually,to verify that the path that is followed is according to requirement or not.

  Was this answer useful?  Yes

Path testing has been one of the first test methods, and even though it is a typical white box test , it is nowadays also used in black box tests. The procedure itself is similar to the walk-through. First, a certain path through the program is chosen. Possible inputs and the correct result are written down. Then the program is executed by hand, and its result is compared to the predefined. Possible faults have to be written down at once.

Regards,
Narin Kamuni

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions