what is the operator for carriage return(Enter) in Silk Test
for File.

Answers were Sorted based on User's Feedback



what is the operator for carriage return(Enter) in Silk Test for File. ..

Answer / bhaskara reddy

Use Object.TypeKeys("<Enter>")

Is This Answer Correct ?    2 Yes 0 No

what is the operator for carriage return(Enter) in Silk Test for File. ..

Answer / guest

Chr(10)

Is This Answer Correct ?    1 Yes 0 No

what is the operator for carriage return(Enter) in Silk Test for File. ..

Answer / guest

the ascii value for carriage return in 4TEst is 10

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Silk Test Interview Questions

Is there any way of passing values at runtime? Like scanf does in C.

0 Answers  


why silk test sees each objects as custom windows?

1 Answers   BMC,


How to create group and sub group descriptions in a testplan?

0 Answers  


In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?

3 Answers   IBM,


How to define values for a testplan attribute?

0 Answers  






Why should we use Silk test .we can use QTP or other tool .What is the difference.

4 Answers  


How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.

3 Answers  


What is present in review report .

1 Answers  


can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest

0 Answers  


Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V

0 Answers  


procedure or steps to do silk test? clearly

2 Answers  


How to record a test case?

0 Answers  


Categories