10-06-2009, 12:55 AM
Hi,
I have written a script to check all the reports in all the applications of my Product.
If on the screen "Quick Links" is there then it has to show the msg as "Pass" otherwise it has to show as "Fail"
How can I execute this?
Thanks in advance
I have written a script to check all the reports in all the applications of my Product.
Code:
Browser("Conrep-Ex-Employees").Page("Conrep-Ex-Employees").Frame("fr1").WebElement("SCODE:").Click
Browser("Conrep-Ex-Employees").Page("Conrep-Ex-Employees").Frame("fr1").WebEdit("txtPageCode").Set DataTable("RpName", dtGlobalSheet)
Browser("Conrep-Ex-Employees").Page("Conrep-Ex-Employees").Frame("fr1").Image("1440_hotOk_16_h_g").Click
Browser("Conrep-Ex-Employees").Page("Conrep-Ex-Employees").Frame("frPage").Link("Quick Links »").Check (CheckPoint("Quick Links »_7"))
If on the screen "Quick Links" is there then it has to show the msg as "Pass" otherwise it has to show as "Fail"
How can I execute this?
Thanks in advance