I am testing a .Net application with a WBFULTRAGRID. QTP dose not recognize the grid. Simply ignores it. Any suggestions on how to enter data in the grid ?
Thanks,
Raj
Thanks,
Raj
|
QTP not recognizing WBFULTRAGRID
|
|
I am testing a .Net application with a WBFULTRAGRID. QTP dose not recognize the grid. Simply ignores it. Any suggestions on how to enter data in the grid ?
Thanks, Raj
What does it mean by it ignores ?
When you spy what type of the object does it identify as ?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Adding to Basanth's post
It looks like, QTP is not "ignoring" but identifying something else and not the required element. Use Code: object.Highlightto find out which grid is getting recognized PS: .Highlight is an undocumented method in QTP
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Thanks for the response.
Basanth: Ignores meaning, QTP sees the object, but dose not do the intended action. Ankur: The object is identified as WBFULTRAGRID. The grid has embedded edit boxes, drop-downs, check boxes….. When playing back the script, QTP clicks on the edit box but dose not enter text. I tried using SetCellData. Set for Edit boxes or Select for drop-downs do not work. Our application uses .Net Web Forms. Thanks, Raj
Try the Type method to enter the text. Does that work ?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| QTP not recognizing the webelement | vidya2k2 | 3 | 3,914 |
04-06-2015, 10:36 PM Last Post: babu123 |
|
| QTP recognizing every JavaEdit as "VTextField" having different index values. | K Gaurav Varshney | 1 | 2,749 |
10-29-2012, 11:51 AM Last Post: krr |
|
| Application and QTP freezes when recognizing/selecting Java Tab | pora | 4 | 7,359 |
01-10-2012, 10:11 PM Last Post: sunnyk8 |
|
| QTP Not Recognizing WebElement | Sathiyakum | 6 | 11,195 |
01-27-2011, 07:46 PM Last Post: Arun Prakash |
|
| Selecting Cell on WbfUltraGrid | Raj20091 | 0 | 1,845 |
10-21-2009, 12:10 AM Last Post: Raj20091 |
|