Posts: 34
Threads: 25
Joined: Dec 2009
Reputation:
0
12-18-2013, 10:11 PM
Hello,
I am writing desciptive programming in visual basic window. When I click a vbbutton using object spy, I get vbname = "continue".
But when another person click on the same button using object spy, he gets vbname = blank.
Any idea why am i getting value but he is not.
Please help.
S
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
12-19-2013, 07:41 AM
Is he spying on the same machine, probably the machine is haunted.(sorry about the pun
)
Well, this should not happen, unless there are some QTP installation problems or the focus is on some other window. Why dont you restart the machine, open qtp first and then open the application and try again.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 34
Threads: 25
Joined: Dec 2009
Reputation:
0
12-19-2013, 08:40 PM
two different machines. both machines have the same qtp version/build, same vbappllication. I tried restarting the machine. No luck.
I wrote a script in DP but when I run the script in his machine it fails. Then, I used the object spy and saw that some properties have no value in his machine but I do.
I am lost.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
12-20-2013, 06:28 AM
Probably could be the add-ins. Did you check if the Addins on his machines are selected and loaded?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 34
Threads: 25
Joined: Dec 2009
Reputation:
0
12-25-2013, 02:09 AM
We both have the same add-ins selected and installed.