MarkSchofer
4 years agoFrequent Contributor
Logged in to a Different World and Tests are Failing
Here is a very simple One -Simply recorded a check point and converted to a script
aqTestCase.Begin('First Name')
#Before the Weekend
aqObject.CheckProperty(Aliases.browser.pageSssaviewupdatehcdeductions2.textnodeFirstName, "contentText", cmpEqual, "First Name")
#After the Weekend
aqObject.CheckProperty(Aliases.browser.pageSearchForRetiree7.FindElement("//dt[.='First Name']"), "contentText", cmpEqual, "First Name")
aqTestCase.End()
I took an update on a Virtual machine earlier in the day