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 load testing can be done with silk international?
Is there any way of passing values at runtime? Like scanf does in C.
Where is a testplan stored?
How dom browser extension identify a web application ui object?
What is a test frame?
Where are the testplan attributes stored?
How to record a test case?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are testplan attributes?
How to define new testplan attributes?
What is a silktest testplan?
What is multi-tagging?
What is 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
can any one please tell me the full form of .g.t in silktest datadriven method