OTM openscript test execution ignores number of iterations and rangeMin/rangeMax when using a databa
Hello,
I want to execute a script I have created in OpenScript, in OTM.
The command line references I am using are:
-err.http.ZERO_LENGTH_DOWNLOAD Ignore -repository "ATSWorkshop=C:/OracleATS/OATSRep" -iterations 3 -iterationDelay 1 -dbopts alias="duckshop-login"
The test finds the correct repository and the databank.
--> The problem is that it ignores the number of iterations for some reason, and the rangeMin and rangeMax that I may set in the command.
So, the test runs only for one iteration and always starts from the 1st record.
The result of the test is Passed and Incomplete.
--> If I don't use a databank, the number of iterations is completed successfully BUT the status of the test is still Passed and incomplete.