02-20-2012, 10:44 PM
hi jinnah1978,
it may happen in qtp projects, application GUI objects are not recognized properly. we have to go with workarounds. Below i have used DOM feature to make it.
All the best for your QTP journey!
it may happen in qtp projects, application GUI objects are not recognized properly. we have to go with workarounds. Below i have used DOM feature to make it.
Code:
set a=Browser("").Page("").Frame("").WebElement("WebElement").Object
a.innerText="how are you"
All the best for your QTP journey!