Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP feature for application on two systems
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
hi,

Scenario is somewhat like...

If application A is running on one machine and application b is running on another machine.. If after some processing at application A the second process is started at application B i.e. second machine..

Is there any feature that QTP supports to test passing of the values from appln A(1st machine) to the appln B(2nd machine)...

Basically I would like to know how to test Distributed applications using QTP?
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
Whaterver the values u want to pass from application A first keep this set of values in one common folder to these two machines (Ex: under Network places) so that by acessing these values from the sharing network folder to application B in another machine.

Note: To copy the shared folder to your local system use the

object.CopyFile ( source, destination[, overwrite] )

Thanks,
Venkat.Batchu
Please find the below one

Code:
set fso = createobject("Scripting.FileSystemObject")
fso.CopyFile "C:\Documents and Settings\ADMIN\Desktop\Venkat Batchu.doc","C:\Documents and Settings\ADMIN\Desktop\Venkat Batchu1.doc"
msgbox "Done"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Shy Script performance in two different systems is rajeshwarg 3 2,493 07-22-2010, 08:42 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)