Runtime error while excuting Testcase - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Runtime error while excuting Testcase (/Thread-Runtime-error-while-excuting-Testcase) |
Runtime error while excuting Testcase - mgbreddy - 07-10-2010 Please anyone help me.... i got error while executing some test cases. the error as follows Cannot identify the object "[ Link ]" (of class Link). Verify that this object's properties match an object currently displayed in your application. Line (1324): Code: "Browser("name:=AdminHomePage").Page("title:=AdminHomePage").Frame("name:=display").webTable("name:=empid1").Link("search:=?empid=10004").click". Please its urgent friends........ RE: Runtime error while excuting Testcase - basanth27 - 07-12-2010 Its pretty clear from the error message, LINK object isint being recognized..here is what could be possible mistake, change.. Link("search:=?empid=10004") to Link("search:=?","empid=10004") qn: is empid an property ? |