InterviewSolution
Saved Bookmarks
| 1. |
Which Phase Takes More Time And Why? |
|
Answer» As PREVIOUSLY SAID the run phase is implemented as task and remaining all are FUNCTION. run phase will GET executed from START of simulation to till the end of simulation. run phase is time consuming, where the test case is running. As previously said the run phase is implemented as task and remaining all are function. run phase will get executed from start of simulation to till the end of simulation. run phase is time consuming, where the test case is running. |
|