Issue with TestComplete Data-Driven loop
Hello Community,
I have a question, does TestComplete supports Data Driven loop for 40 countries site URL's and for different languages(English and Non-speaking English languages).
Using Data Driven loop to run multiple testcases and data is getting from excel file.
Issue is with Data loop is not continuous, stopping me on errors mainly on "Property checkpoints", "Radio buttons", "check box" and "Objects".
URL Example _ for English speaking languages:
https://www.amazon.com/us/en (here URL says /us-United states country site and /en-English language)
https://www.amazon.com/my/en ( /my-Malaysia country site and /en-English language)
URL Example _ for Non-English speaking languages:
https://www.amazon.com/mx/es (here URL says /mx-Mexico country site and /es-spanish language, content text will be in spanish)
https://www.amazon.com/kr/ko ( /kr-united Korea country site and /ko-Korean language , content text will be in Korea)
Details:
-->Test Complete version 15.51
--> using keyword tests
--> using web applications for testing.
--> Dynamic URL parameters has been set and asterisk (*) added under URL processing properties.
--> For example, tested web application URL's like the following one:
http://www.example.com/shop/login/systems/category=12111
added * in the object name mapping editor and URL's in Name Mapping will be as follows:
http://www.example.com/shop/login/*/*
Issues:
--> once applying data loop to the scripts, first loop is working as expected and 2nd loop item is breaking on errors "Objects does not exit"
-->unable to continue with next Data-Driven loop item.
Expecting behavior:
--> Data loop should be continuous without any errors.
-->one single testcase should run continuous for 40 countries URL's listed in the loop.
Can someone please help me out!
Regards,
Sindhuja.