Micro Focus QTP (UFT) Forums
QTP recognizing every JavaEdit as "VTextField" having different index values. - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP recognizing every JavaEdit as "VTextField" having different index values. (/Thread-QTP-recognizing-every-JavaEdit-as-VTextField-having-different-index-values)



QTP recognizing every JavaEdit as "VTextField" having different index values. - K Gaurav Varshney - 10-09-2012

Hi All

QTP is recognizing every Text Box in the Java Application as "VTextField" and there Index values are different.

Two days ago everything was working fine, suddenly My script started failing showing "Unspecified error". We discovered the reason that the object properties got changed. For eg. JavaEdit name ="Number" now it has become, name = "VTextField"

Can any one suggest what could be the reason behind this behaviour of QTP.

I am using QTP10.0

Regards,
K


RE: QTP recognizing every JavaEdit as "VTextField" having different index values. - krr - 10-29-2012

hi,
As properties chaged in the application, QTP OR had different values to the one in the application at present. So QTP is behaving different than expected.