Entries tagged as Silk Test
DOM browser extension
What is the DOM browser extension? Â Document Object Model (DOM) browser extension is a silk Test add-on component for testing Web applications. DOM browser extension communicates directly with the web browser to recognize and manipulate objects on a web page. It does this by working with the actual HTML code, rather than relying on Read More...
4Test
What is 4Test? Â 4Test is a test scripting language used by silk test to compose test scripts to perform automated tests. 4Test is an object-oriented fourth generation language. It consists of 3 sets of functionalities: 1. A robust library of object-oriented classes and methods that specify how a testcase can interact with an application’s Read More...
AUT
What is AUT? Â AUT stands for Application Under Test. Read More...
Segue Testing Methodology
What is the Segue Testing Methodology? Â Segue testing Methodology is a six-phase testing process: 1. Plan : Determine the testing strategy and define specific test requirements. 2. Capture : Classify the GUI objects in your application and build a framework for running your tests. 3. Create : Create automated, reusable tests. Use recording and/ Read More...