InterviewSolution
Saved Bookmarks
| 1. |
Suppose You Are Using Shared Objects Repository In Your Test And You Want To Split Your Present Action? At That Time Shared Object Repository Is Single Or It's Also Splits? |
|
Answer» You will have only ONE SHARED OBJECT Repository for all the actions. Your shared repository will never SPLIT into two. It will remain SINGLE. You will have only one Shared Object Repository for all the actions. Your shared repository will never split into two. It will remain single. |
|