New Silk Test Interview Questions :: ALLInterview.com http://www.allinterview.com New Silk Test Interview Questions en-us How to do text verification point in silktest for a specific content http://www.allinterview.com/showanswers/87938.html use this sample code .. pass the string as parameter in Check_PDF method. Parameter whichever string you want to retrive/display/verification. Check_Pdf("aaaa") [-] Check_PDF(LIST OF STRING lspdfcheckpoint) [ ] WaitForControl( I&#039;m involved in automation using silk test of an swing applicat http://www.allinterview.com/showanswers/87376.html Is there any way to retrieve content of the image i.e If image conta http://www.allinterview.com/showanswers/84505.html GetCaption.- Returns the text associated with the object. -> To Retrive content/Text from an object. STRING sImgText sImgText = Object.GetCaption () Print("Image Text:" + sImgText) How can i used If Else statement in Silk Test. And my table name is l http://www.allinterview.com/showanswers/83544.html If <Condition> statement else statement with the following systax ,you can get the total number of rows in the table. WindowName.TableName.getRowCount() It returns the integer(Row Count)value How can you get the moving contents of flash image using silktest. http://www.allinterview.com/showanswers/77378.html How can you read the contents of PDF using silktest? http://www.allinterview.com/showanswers/77376.html I think, you should use additional application (Adobe Reader 7.0 )and than from this application you can take information about pdf file What is custom object .what it contains. Difference between custom &a http://www.allinterview.com/showanswers/72356.html Winrunner has default GUI objects like Windows, PushButton , Check box etc., these objects are called as standard objects. This objects can automatically learn by winrunner from our application. Some applications use new objects other than What is the Real time process for testing please tell in detain 7it i http://www.allinterview.com/showanswers/72355.html Do you mean for manual testing..?? if so...this is the process. 1. Test analysis 2. Test plan. 3. Test case Design. 4. Test case execution on the build. 5. Test reporting. 6. Regression Testing. 7. Test closure. Kumar.rnv@gm Define PEER Review ,what it contains &amp; What we discuss in that me http://www.allinterview.com/showanswers/72354.html Hi, PEER Review is nothing but interchanging the test cases with in the team to know whether all the test cases has covered the SRS document or not. Want to lear from basic about silktest and how to write scripts. Ple http://www.allinterview.com/showanswers/69327.html Need information on how the scripts (test cases) are written for any http://www.allinterview.com/showanswers/69324.html It is not quite true question. Writting of scripts - it is complex process, which consist of many steps (e.g.): 1) Capturing of application dialogs 2) Description this dialog (addition some functions, methods...) and then you will be able to What is present in review report . http://www.allinterview.com/showanswers/67984.html Review report is a document prepared by the test lead in order to have a discussion with the team. 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 Can u Tell me why we use Advanced tool like Silk Test other than QTP, http://www.allinterview.com/showanswers/67743.html By Using Silk test we get the 95% of result is good. Can we use regular expressions to facilitate dynamic objects identif http://www.allinterview.com/showanswers/66864.html Whenever you want to identify dynamic objects, use "Index" (e.g. #1), "Window Location" or "Prior text". You can use them together using "multitag" .Generally, those properties dont change in dynamic obje