what is the operator for carriage return(Enter) in Silk Test
for File.
Answers were Sorted based on User's Feedback
Answer / guest
the ascii value for carriage return in 4TEst is 10
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of text lines in a testplan file?
How can you read the contents of PDF using silktest?
How to create a test frame?
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
How to create and edit a testplan?
How to add objects of other pages to a test frame?
How to create a new silktest project?
What are testplan attributes?
How to assign attribute values to test cases?
What is a silktest testplan?
How to test your defaultbasestate?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?