Describe SilkTest? What is the methodology behind Silk test?
SilkTest is a software testing automation tool which is developed by Segue Software, Inc.
Methodology behind this test is a six-phase testing process:
i.) Plan - Determine testing strategy and define specific test requirements.
ii.) Capture - Classify GUI objects in your application and build a framework for running your tests.
iii.) Create - Create reusable, automated tests. Use recording or/and programming to build test scripts written in Segue's 4Test language.
iv.) Run - Select specific tests and execute them against AUT.
v.) Report - Analyze test results and generate defect reports.
vi.) Track - Track defects in AUT and perform regression testing.