Interview question:Abt interaction between 2 methods | Selenium Forum
M
Posted on 05/04/2016
Was asked :

How methods u call in suiteA>Test1 in a data driven framework interact with one another?

[b:127sxi70]Example[/b:127sxi70] :Login test & respective calls are as follows:

openBrowser(col4);
Boolean LoginRes=DoLogin(col1,col2);
Evaluate(LoginRes);
CloseBrowser();

===========================================
Interviewer asked me ,how these 2 methods interacted with eachother ?
Boolean LoginRes=DoLogin(col1,col2);
Evaluate(LoginRes);

M
Replied on 06/04/2016

i have to look at the methods.