169
edits
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
A sample user array looks like non_adm = {'login':'nonadminuser@example.com', 'pwd':'somepassword', 'fname':'John', 'nick':'john_non_adm'}. | A sample user array looks like non_adm = {'login':'nonadminuser@example.com', 'pwd':'somepassword', 'fname':'John', 'nick':'john_non_adm'}. | ||
So, if you want to acces the user array from AMOfunctions.py then the code would look like:<br> | |||
''user = self.objConfigAMO.getUserInfo(userType) '' | |||
''user = self.objConfigAMO.getUserInfo(userType) '' | |||
and in your test case it would look like:<br> | and in your test case it would look like:<br> |
edits