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 / nikhil

store the text in a string variable.
say STRING sContent = "aaaa,bbbb,cccc,dddd"
Now use getfield(sContent,',',1) which captures only aaaa.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run a test case from a test script file?

687


How dom browser extension identify a web application ui object?

729


What are testplan attributes?

676


How to test your defaultbasestate?

691


What is the dom browser extension?

672






Where are the testplan attributes stored?

649


What is a silktest testplan?

721


What is multi-tagging?

684


How to select a group of test cases in a testplan to run?

619


What are the problems you faced while identifying an object in silk?

2025


What is the vo browser extension?

625


How to create a new silktest project?

671


Can silktest run on mac?

721


can any one please tell me the full form of .g.t in silktest datadriven method

2695


What is defaultbasestate?

715