Displays generated code files for the current test scenario. The following code types are available:
This tab displays the Java code generated for the test driver. This code can be compiled to a standalone console application. The main method for the application contains the calls to the test cases that are defined in your current test scenario. The test case methods contain all the calls that you have defined in your scenario for the respective test case.
When you export a standalone console application through the Export menu and then run the application, you see output information regarding successful/failed methods in the console window.
This tab displays the Java test script code for Silk Performer Java Framework. Java framework code run by Silk Performer enables you to execute Java scripts through BDL. For each test case in your current test scenario, Java Explorer generates a separate BDL transaction in the test script.
This tab displays the BDL script code for Silk Performer Java Framework. The generated BDL executes the Java test script with the settings stored in the Silk Performer project file.
This tab displays the JUnit test script code. this code can be executed with any JUnit TestRunner. For more information about JUnit testing, refer to the Silk Performer Help.
This tab displays generated Web Service Client proxy code. When you load a WSDL file to access a Web service, a Client proxy class is created. Proxy classes are created on method and type information in WSDL files. When Web-service methods return complex types, additional classes are declared. These additional classes are used to represent complex types in the method calls that take complex parameters.