qtp object is not getting correct value - 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: qtp object is not getting correct value (/Thread-qtp-object-is-not-getting-correct-value) |
qtp object is not getting correct value - satheshkumar - 12-05-2009 hi, i am new in QTp, i have small doubts, here i mentioned my play back script Code: Browser("Project Management - Mindlogic").Page("Project Management - Mindlogic_7").WebList("member").Select "111510BLR - Prathab(0)" condition is : That the Prathab(0) value is not getting because every time we submit the value in database automatically Prathab(x) value is incremented. how we use the script? please reply me. i need step by step instruction please RE: qtp object is not getting correct value - Saket - 12-07-2009 try using the index of items in the weblist Code: Browser("Project Management - Mindlogic").Page("Project Management - Mindlogic_7").WebList("member").Select #1 RE: qtp object is not getting correct value - satheshkumar - 12-07-2009 it's throwing syntax error RE: qtp object is not getting correct value - sreekanth chilam - 12-07-2009 Hi Sathesh, Try with the below way & implement accordingly. Code: Expected_Member_Input="111510BLR - Prathab" |