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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -