I am building up a automation framwork for testing internal company crm and our release cycle is everyweek
Things change here very quickly as new features have been added and the UI objects also change .
So we came up with the idea of having a key identification function which manual testers...
yeah i totally agree with what you say but my aim here is to search for a string what user enter which would be present on the UI .So user can enter ignoring cases of a string so in that case to have a standard comparison i convert the string of user to lower cases and strip any special...
Yes but before coming to this function strObjectPath i would strip of all the speak characters and spaces but if the string i am searching is in two words separated by a space then that is an issue which i worked it out by
Set colMatches =...
Hi I am suing Vb Script regular expression to search for a string in xml file but it does not work always please do let me know any better idea exists
'=======================================================================================
Function...
Set Obj = PageObj(UBound(PageObj)).zDocument.frames("TOPFRAME").document
When you are accessing the PageObj(UBound(PageObj)).zDocument
ZDocument is the property of IE to access the DOm document but it was renamed as Zdocument
This was the message i got from the Test Complete Support...
Those are test Complete which is a automation tool used for automation testing
Sys.process() get the process object
aqUtils.Delay delays the program execution by milli seconds
log.message() logs any message into the tool console
Hi I am using Vb Script and trying to obtain the DOM document object(Page object) and my function does not have access to the page object always. Some times it throws up a run time error "Access Denied" however the page is already loaded.following is the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.