In VSS, HoW the documents send to local folder? copy paste
or any other? plz explain about VSS TOOL kit?
Answers were Sorted based on User's Feedback
Answer / basavaraj
we need to login to VSS and set to the path where you would
like to copy the files from VSS. Then, Do either check out
or copy the latest versions or open read-only modes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhishek
Need to SetWorkigFolder for the perticular folder then
perform GetlatestVersion if u dont want to modify the files
under the folder or if u want to modify that then perform
chck out.
u ll get the same folder structure at ur working folder
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we retrieve ten rows from the data table using loop concept?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Explain calling sub procedure.
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...
What are the types of object repositories? Which one is you using?
write a vb script to print even numbers from 1-50?
6 Answers Kclink Technologies, Logica CMG,
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What phases are involved in testing an application in qtp?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.