-
Notifications
You must be signed in to change notification settings - Fork 5
General steps
gamseb edited this page Sep 17, 2021
·
1 revision
Step | Interface |
---|---|
I synchronize "INSTANCE NAME" Example: I synchronize "HQ1" ℹ️ : You don’t need to be logged in when you synchronize. It will work anyway. |
- |
Step | Interface |
---|---|
I store the downloaded file as "FILENAME" when ... Example: |
- |
Step | Interface |
---|---|
I open the translation window for "FIELDNAME" | - |
I set "TEXT" for language "LANGUAGE" and field "TRANSLATION_DESCRIPTION" | - |
I should see "TEXT" for language "LANGUAGE" and field "TRANSLATION_DESCRIPTION" | - |
Step | Interface |
---|---|
I sleep You can use this step to wait for a long period of time. (30,000 seconds) ℹ️ : It’s useful if you want to check the current state of the interface. |
- |
I wait Wait on the user for key press. |
- |
I wait "XXX" seconds Example: I wait "10" seconds Wait on the user for key press. |
- |
I debug: I drop into pdb, so that you can find out what elements are on the page. | - |
Step | Interface |
---|---|
I save the time | - |
I save the time difference in "VARIABLE" | - |
I store the values for "VARIABLE1 VARIABLE2 ..." in "CSV_FILENAME" | - |