06-03-2009, 03:20 PM
QTP 9.5 doesn't detect date picker control for a windows application while recording.I have selected .Net,web and WPF addins. Can anyone let me know how to make qtp identity date picker control??
Unable to identify .net addin objects
|
06-03-2009, 03:20 PM
QTP 9.5 doesn't detect date picker control for a windows application while recording.I have selected .Net,web and WPF addins. Can anyone let me know how to make qtp identity date picker control??
06-05-2009, 03:35 PM
Hi I faced similar problem in one of my proj. The workaround was click on the image(calender) wait for 2 secs till it appear and use this function.(ofcourse you need to have your objects in OR)
'******************* 'Select Date on any DMS page '******************* Code: Function SelectDate(k) '******************* 'Function to select the date from Calender table '******************** Code: For i = 0 to 1
06-12-2009, 05:40 PM
I am testing it for .net Windows forms. I have added calendar control to the repository,Still it doesn't set Date.
06-15-2009, 03:49 PM
(06-12-2009, 05:40 PM)sivashankar_d Wrote:(06-05-2009, 03:35 PM)abrakh Wrote: [quote='sivashankar_d' pid='5664' dateline='1244022657'] I am testing it for .net Windows forms.I have manually added SwfCalendar to object repository.Tests passes but Date is not set.
11-18-2009, 11:12 AM
hi
you shoud send the Date object in the set method. To set today's date use the following code Code: swfWindow("name").swfDioalog("name").swfCalader("name").Set Date Or using CDate function, convert string in to 'Date' type data. then set it.
11-15-2011, 11:21 AM
where can i get value of k
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Unable to recognize objects in SilverLight application through QTP | Guest877 | 1 | 2,653 |
08-03-2018, 08:33 AM Last Post: Manisha |
|
UFT CAN'T IDENTIFY OBJECTS | ORGIO | 3 | 2,381 |
07-28-2018, 01:25 AM Last Post: marcelodruida |
|
UFT unable to identify Java app objects consistently | lester | 1 | 2,026 |
07-12-2018, 08:28 PM Last Post: Ankur |
|
How to know UFT Qt-Addin Version | suresh bona | 1 | 2,683 |
08-17-2016, 08:35 PM Last Post: Ankur |
|
Unable to Identify Firefox Dialog | rsrohit55 | 0 | 2,319 |
05-03-2016, 05:23 PM Last Post: rsrohit55 |