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:

  1. 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).

  2. 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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -