The Edit menu is available when you have a file, for example an include file, open.
Available only with a compiled file such as those shipped with Silk Test Classic or those listed in the Use files field of the Runtime Options dialog. Goes to the declaration for a method, function, variable, constant, or data type when you click on a reference to such an item in your 4Test code and then do one of the following:
For example, in the following 4Test code:
String GetHelloWorld() return "Hello World" String sHelloWorld = GetHelloWorld()
If you place the cursor somewhere on the reference to GetHelloWorld() on the last line, and press F12, the cursor is placed at the front of the line String GetHelloWorld()(You are prompted to save). The file opens with the correct declaration if the file is not currently open.
Is available in the active error window or results window. How this command works depends on the type of window that is active:
To step through each source line that contains an error, make the errors window or script window active and press F4. The relevant error message displays on the status line.
To cycle through each error message or warning in a results file, make the results window active and press F4. The cursor is positioned at the next error message or warning in the results window.
By default, Find Error finds both errors and warnings. If you want to skip over warnings, clear the Find Error Stops at Warning check box in the Runtime Options dialog box.
Command | Description |
---|---|
Find/Replace Values | Find and replace values in a data-driven test case with links to values in tables and columns. For additional information, see Finding and Replacing Values. |
Goto Testcase | Displays the Goto Testcase dialog box. |
Validate Replacements | Toggles the checking that the application does to ensure you are only finding and replacing whole values. The default is checked. To switch between these modes, click | to select or clear the check mark.
Reload Database | Refreshes the link to the data source and reloads the tables and columns from that data source. This is useful if the data source has had any additions or changes since you first opened the .g.t file. |
Available only when the Difference Viewer is the active window. Finds the next discrepancy between an actual and expected value.