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

Post New Answer

More QTP Interview Questions

how can you write a script without using GUI in QTP?

5 Answers   Ordain Solutions,


How does u create new test sets in TD?

1 Answers   Crea,


what is the difference between QTP 8.0 & 9.0?

4 Answers  


take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?

2 Answers   IBM,


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  






what is smart identification in qtp? pls any give details? thanks in advance

3 Answers   IBM,


get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456

10 Answers   Oracle,


what is the difference between the modular framework and datadriven frame work

2 Answers  


Can you tell me any books or websites to learn VB Script for QTP ??

1 Answers  


can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance

1 Answers  


Hi every body, I am new to QTP.pls help me if anybody knows the solution. Here is my doubt: I have 3 excel sheets in my local drive out of which one is password protected and i want to get the data of all these xL's either by importing or by reading the data finally i have to update this data in the website.(and the site is secured site) I tried by importing all XL"s one by one but couldn't do so. plss send me the code or atleast suggest me the approach. Thanks in Advance Padmaja

3 Answers   Symphony,


DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?

1 Answers   CTS, Maveric,


Categories