Define a List

How to define a list in frame.inc file?

Questions by silkhelp

Showing Answers 1 - 6 of 6 Answers

You will have to create a frame file. This frame file must contain the window information and its child objects (from Window Declarations or Ctrl+W).
While you create any testcase in the .t file, use the below format.

testcase t1() appstate DefaultBaseState

When you run your testcase, and if your application is not open, then, the default base state would get triggered. It would open the application and the script gets executed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions