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.
Answer Posted / jinsha
store the string in a text variable as
string a="aaaa,bbbb,cccc,dddd"
print (getfield("/",a,1,4)
this captures only aaaa
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to specify a browser extension to a web application?
How to run all test cases in a testplan?
How to assign attribute values to test cases?
How to add objects of other pages to a test frame?
What are testplan attributes?
Where is a testplan stored?
What is the dom browser extension?
How to create a new silktest project?
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
What are the default testplan attributes?
What is silktest host?
What is the syntax of ui object identifier used by dom extension?
How dom browser extension identify a web application ui object?
What is defaultbasestate?
How to open an existing silktest project?