Hi all,
it has been many months that I am trying to solve some OATS issues. Unfortunately, I can't raise a technical SR so my only options are the web, oats documentation and this forum.
In a summary my problems:
- Can't make script start from index other than 1 (databank) - OTM
- Object timeout in later iterations (object exists) - OTM
- No postData for registration page - OpenScript
---
Everything works with OpenScript all the time for Functional Tests.
In Oracle Test Manager, I have noticed that it ignores some of the command line references I add. I have noticed that the order in which I add the properties can omit/include some of the properties.
I can never make OTM use a startIndex other than the 1st record.
In the following example, I have a test site (duckshop.scl.com/duckshop/en) in which I register a new user and buy some products. As I mentioned, OpenScript works fine.
In OTM, I add this property:
-delayPercentage 1 -iterations 3 -iterationDelay 1 -dboptions "customers":3:LOOP_FOREVER
The first three options work fine and the last one is not. Even if I have a wrong CSV file (eg not customers) it finds the file with no problem but it never starts from the index 3.
---
The second problem is that during the 2nd replay it always fails in the following step. When it finishes with the order, the next step is to click the logo to navigate to the homepage. OTM just waits in this page until it timeouts even if the button exists on the page.


---
As far as I know, I can't execute a functional test in the OLT (correct me If I am wrong), so I have created also a load test from OpenScript.
The problem with the load test in OpenScript is that there is no postData element in the recorded steps for some reason for the registration process. I have recorded it many times and I never get a postData for the registration, only for the login.
Therefore, I can't change its data and use it in OLT.
Login script:

Registration script:

---
I can't understand why this happens. I have already restarted all my services and I am running the agentmanager from the command line.
Can anyone help me with any of these issues, please?
I have attached my scripts and the databanks I have used.