Description:
boolean isBatch = isRunningOnBatch(); // check if running on Batch
boolean isinterative = hasGUI(); // chcek if running on interactive session
i have s test case to open a form , and i need to check the values of isBatch and isterative, the expected is false and true. but sometimes actual value is false and false. So I wonder if it takes some time to wait for the creation of the session to complete?
how can i do to ensure it will get the expected result all time, please give me some suggestions.

Report
All responses (
Answers (