Micro Focus QTP (UFT) Forums
Parameterization Issue -> error in script - 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: Parameterization Issue -> error in script (/Thread-Parameterization-Issue-error-in-script)



Parameterization Issue -> error in script - srihaka - 02-05-2008

There are two drop-downs,
The second dropdwon will be active or ediatable only if the first dropdown has value schosen as "PART " ; else it would be deactivated.

If user parameterize their test then in parameterization 2nd column
field some cells will remain blank coz it will be de-activated when
there the user does not choose " PART " from the first drop down .

But, while running the script we encountered an message sayin -> " error pop-up that object is disabled."


RE: Parameterization Issue -> error in script - Rajashekar Gouda - 02-05-2008

Sir
ur question is not clear for me.
According to functionality of applicatiopn first drop down sud be with the value "PART". then for Parameterization of second field u need to put "PART" in first drop down.Other wise second drop down will be disable hence the QTP will throw the error. That is expected.

Regards
Raj


RE: Parameterization Issue -> error in script - Ankur - 02-05-2008

it is bound to give error...use "if else" condition over the boxes properly


RE: Parameterization Issue -> error in script - rajaselvan.d - 02-07-2008

Hi
Use Wait statement under first combobox script
Wait(3)