Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP and JavaSpin object
#1
Solved: 10 Years, 9 Months ago
Hello ! I am using QTP 8.2 with Java Adding , the application i am testing had a JavaSpin object . With QTP a can't directely use the record result to set à value to the Spin object
'JavaWindow("Enhance Invoice And Launch").JavaSpin("Concerned Period").Set "May 2009"' don't work when run

if some one can help
Thanks
Reply
#2
Solved: 10 Years, 9 Months ago
I respond my own request Smile , il had find somting
JavaSpin is associated with JavaEdit object and to set value :

Code:
Set a=JavaWindow("Enhance Invoice And Launch").JavaEdit("Concerned Period").Object
a.setText("Q4 2008")
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)