Micro Focus QTP (UFT) Forums
Problem with Set method in QTP - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Problem with Set method in QTP (/Thread-Problem-with-Set-method-in-QTP)



Problem with Set method in QTP - sruthi - 06-29-2010

Hi Every one
i recorded my application and while running
SwfEdit("").set ""
here if i use Type method values are added to my applicatio
but if i run with Set method, values are not adding, just empty record saved

Please let me know y happening like this :\


RE: Problem with Set method in QTP - basanth27 - 06-29-2010

Click on the Edit before set.. Does that help ?


RE: Problem with Set method in QTP - sruthi - 06-29-2010

Thanku For ur help
But I already did it (Type method work in run mode) but i want know y set method doesnt work in run mode


RE: Problem with Set method in QTP - Tarik Sheth - 06-29-2010

Hi,

Is it a dot net control and you are trying to add numeric value like '222-222-2222' if so then try ".Submit" method.


RE: Problem with Set method in QTP - basanth27 - 06-30-2010

It should though, per QTP documentation. Why dont you try to insert probably a time delay before set and see if it actually does.