Top Silk Test Interview Questions :: ALLInterview.com http://www.allinterview.com Top Silk Test Interview Questions en-us Define Silk Testing. http://www.allinterview.com/showanswers/33191.html Silk Test is a tool specifically designed for doing REGRESSION AND FUNCTIONALITY testing. It is developed by Segue Software Inc. Silk Test is the industry’s leading functional testing product for e-business applications, whether Window based, What is Silktest? http://www.allinterview.com/showanswers/16356.html silk test is a automation testing tool,using java programing silk test is developed. what is the statment/command for invoke the browser from script http://www.allinterview.com/showanswers/29224.html In QTP, we can invoke browser using following statement systemutil.Run "iexplore.exe", "URL" Here URL is the web address which has to be opened, if you dont want any website to be opened, just ignore the same. what is the use of exception handling in Silk Test and how to use t http://www.allinterview.com/showanswers/16353.html The purpose of exception handling is to capture the errors and then use the reraise statements to pass the control to the Recovery system, so that the default base state is retained and starts executing the remaining test cases. In how many ways we can perform datadriven test in silk test, throgh http://www.allinterview.com/showanswers/16355.html We can perform the data driven testing thru Flat files,Data base and Test plan,it measn that the data is being passed into the test case with the above ways. Imagine you have a string variable that holder a credit card (16digi http://www.allinterview.com/showanswers/3802.html i think use Edit_get_selection if wrong plz .... What is the wait statement in Silktest? http://www.allinterview.com/showanswers/16352.html sleep(seconds); I have Silk Test 7.5 installed to my machine. My silk recoginizes al http://www.allinterview.com/showanswers/32212.html Create a new user in your OS and then start the silk...it will get recoginized.... what are agents in silk? http://www.allinterview.com/showanswers/795.html 1.Silk Test Host software 2.4GL Agent Srinivasan Which tag in silk is the most reliable in a scenario where content a http://www.allinterview.com/showanswers/3799.html It changes in Window ID How do you identify an exception is silk? http://www.allinterview.com/showanswers/3798.html use do ... except statement Why should we use Silk test .we can use QTP or other tool .What is t http://www.allinterview.com/showanswers/67983.html Hi This is Sujatha. Here mainly for Java technologies we will use this tool.Because this script is related to java script.If you know java language u can easily understood this script.But it's not mandatory to know Java. If this answer is w what is the base class for all the classes in silk? http://www.allinterview.com/showanswers/811.html AnyWin Class How to attach silk test results to test director? http://www.allinterview.com/showanswers/10871.html We dont think Silk Test is Compataible with TD. As it Belongs to Borland and TD is from Mercury. We can use Test Manager instead of TD which is similar. what type of frameworks are you using in silk test? http://www.allinterview.com/showanswers/58634.html We are Using Data Driven framework in our company. For this, We follow folder structure like, 1. Generic Functions 2. Business Functions 3. Test Scripts 4. Driver Scripts 5. Startup Scripts 6. Test Data 7. Test Results 8. Test Log