![]() |
|
Capturing the WinEdit text in QTP10.0 on Win7 - 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: Capturing the WinEdit text in QTP10.0 on Win7 (/Thread-Capturing-the-WinEdit-text-in-QTP10-0-on-Win7) Pages:
1
2
|
RE: Capturing the WinEdit text in QTP10.0 on Win7 - Saket - 12-28-2010 run it in a seperate statement. Yes I think suggestion by Prasad will also be helpful. try and let us know the result. RE: Capturing the WinEdit text in QTP10.0 on Win7 - joe.venom13 - 12-28-2010 Thanks for the help... it worked for me... ![]() However, i am facing an error capturing the text of the selected WinRadioButton object in the sample test application... Object doesn't support this property or method: 'Window(...).WinRadioButton.GetROProperty' Line (45): "objWorkbook.Sheets("Sheet1").Cells(i,11).Value = Window("Flight Reservation").WinRadioButton.GetROProperty("text")". The link to the mentioned thread is: https://www.learnqtp.com/forums/Thread-Capturing-the-text-of-the-selected-WinRadioButton-in-QTP10-0-on-Win7 |