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 / samar
use this sample code ..
pass the string as parameter in Check_PDF method.
Parameter whichever string you want to
retrive/display/verification.
Check_Pdf("aaaa")
[-] Check_PDF(LIST OF STRING lspdfcheckpoint)
[ ] WaitForControl(Gold_Orders.ViewOrderForm)
[ ] // main window - Gold_orders
[ ] // OrderForm - Pdf form
[ ] Gold_Orders.ViewOrderForm.Click()
[ ]
[-] if (OrderForm.Exists())
[ ] WaitForControl(OrderForm)
[ ]
[ ] STRING Items
[ ]
[ ] Clipboard.SetText({""})
[ ] OrderForm.TypeKeys("<Ctrl-a><Ctrl-Insert>")
[ ] LIST OF STRING OrderForm_Order = Clipboard.GetText()
[ ] STRING Line
[ ] BOOLEAN Found = FALSE
[-] for each Line in OrderForm_Order
[-] for each Items in lspdfcheckpoint
[ ]
[-] if MatchStr("*" +Items + "*", Line)
[ ] Found = TRUE
[-] if (Found)
[ ] Print ("PASS:" +Items + "Item found on the OrderForm")
[ ] Print("String Verification : "+Items)
[-] else
[ ] LogError ("FAIL:" +Items + "Item not found on the
OrderForm")
[ ] //Close SRF
[ ] OrderForm.TypeKeys("<Alt-F4>")
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is there any way of passing values at runtime? Like scanf does in C.
How to run a test case from a test script file?
What is the vo browser extension?
What is multi-tagging?
How to create group and sub group descriptions in a testplan?
Where are the testplan attributes stored?
how to pass TDS intery in tally?
How to assign attribute values to test cases?
How to create a test frame?
How to specify a browser extension to a web application?
What is defaultbasestate?
How to select a group of test cases in a testplan to run?
What are the important aspects of a test case?
What is a test frame?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website