Interview Questions

How to write a Masterplan?

SilkTest Questions and Anwsers


(Continued from previous question...)

108. How to write a Masterplan?


Answer1:
Yes, you can run all your sub-plans using master plan approach.
You just open new plan file and call your subplan/testcase from this file.
if you want to run subplan from master plan then sysntax is like
include: mysubplan.pln

Answer2:
1. Open your master plan,
2. You can mark the neccessary subplans.
3. Run the marked one from Master Plan
How to mark the subplans
1. select the entire line of subplan in the master plan (ex. include:
subplan1.pln)
2. goto TestPlan menu -> select "mark" in that.
3. like this mark all the neccessary sub plans in the Master Plan.
4. goto Run menu -> select "Run marked tests".
that's it, silk will just run the marked subplans only... in the final
result file you can easily make out the color differnece .. which plan runned .. which one not runned..

(Continued on next question...)

Other Interview Questions