i need to add 1000 users in a domain i written the script
for that and it is running successfuly but the problem is
that my system is not the user of that domain in which i
have to add users so for adding users in that domain i have
to install qtp on that another system, can anybody suggest
me the way to add those users from my system ultimately i
want to know how to access remote computer through script
No Answer is Posted For this Question
Be the First to Post Answer
How to Compare two database tables by using QTP?Please give me code details.
How many types of status are there?
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
can u tell me the the cost of automation tool QTP ?
How did you use regular expressions in QTP and also in WR?
dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards
How cookies can be tested in QTP?
Hi PLZ explain User Defined Functions in QTP with eample?
how to write xml output check point bu useing descriptive programing .means without useing output check point
what is the difference between invoke application and system.util.run
Hi All, How to Compare two strings character by character in QTP
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?