QTP with JQuery Tree -
we using application make use of jquery tree , trying automate application. find following issues while automating application, great if following queries:
to add group in tree, right click on parent node , select option "add group" create, qtp doesn't recognize action. -> found out temporary solutions adding 1 line of code right click event initiated. (it great if provide permanent solutions).
after providing new name group, need hit enter button in order hit database, enter key pressed during our recording session , when same re-played, qtp didn't recognize enter key pressed.
hope queries clear. appreciated if provide solution above 2 queries.
to trigger enter can use below code,
set keyboard = createobject("wscript.shell")
keyboard.sendkeys "{enter}"
Comments
Post a Comment