Telerik Forums
Test Studio Forum
1 answer
164 views

Hello, 

I have been trying to get a workflow to work, but it isn't able to find a button element because its id gets changed to a random assortment of strings each time you navigate to the page.  I have tried to edit the way it searched for the HTML, but I have had no progress.  Maybe I am doing something wrong?

Also, the button is in some sort of alert dialogue, but the test studio doesn't recognize it as an alert dialogue ( I tried the 'handle dialogue' step ).

 

Anyway, any insight would be greatly appreciated.

 

Thank you,

 

Max G

Ivaylo
Telerik team
 answered on 26 May 2017
1 answer
146 views

The website we’re testing requires user logins and does not allow for concurrent logins with the same user. We use data binding for a login function that is called using “test as step” for each test. Each member of the team has our own XML file in our \Data directory with the correct username/pw data to use so that we can all run tests at the same time and not interrupt each other's logins.

What I’d like to do is run a number of remote execution servers to increase the speed in which we can test a build. However, when scheduling tests the remote execution server will use the XML file that’s on the system of whoever schedules the test run, so if they try to run on multiple execution servers at once they will fail as they are all trying to login using the same user and are constantly kicking each other out of the system.

The solution to this seems to be to use a coded step to swap in a new XML file before each test as detailed here:
http://docs.telerik.com/teststudio/knowledge-base/data-driven-testing-kb/dynamic-data-binding

I wanted to check to see if this is still the recommended method to accomplish this task before implementing it across our systems.

Another thought I had was to bind the login test to a file outside the data directory (for example, c:\logins) but I don’t see a way to do that.

Elena
Telerik team
 answered on 25 May 2017
3 answers
190 views

Hi,

I would like to use conditional step (using if...else) based on active URL.

For example, if after performing some action i am navigated to specific url - additional step will be executed. If browser url does not contains some value (or not equal to given url) - do nothing, just continue the regular test flow.

I can add the coded step to verify the URL, but i'm not able to use the bool value from it into 'If' condition. Any workaround ideas?

Something like this:

string Url = ActiveBrowser.Url;
bool is​PageOpened;
is​PageOpened = Url.Contains("Start.aspx");​

 

Thanks in advance.

Elena
Telerik team
 answered on 23 May 2017
9 answers
176 views

Hi, 

I am getting following error when I am trying to schedule test on remote machine. 

 

[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
     Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
     Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
     Call Stack:
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
          at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
          at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
          at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)

     Inner Exception Type: System.Web.Services.Protocols.SoapException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)

[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:36),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
     Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
     Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
     Call Stack:
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
          at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
          at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
          at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)

     Inner Exception Type: System.Web.Services.Protocols.SoapException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)

[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
     Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
     Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
     Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
     Call Stack:
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
          at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
          at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
          at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)

     Inner Exception Type: System.Web.Services.Protocols.SoapException
     Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)

[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:76),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:63),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:58:55,Telerik.TestStudio.ExecutionManagerService.exe(3468:52),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] SourceControlMediator.GetProject() : Getting latest source control version of project 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.ConnectToServer() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function Start -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:35),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
     Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
     Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
     Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
     Call Stack:
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
          at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
          at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
          at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)

     Inner Exception Type: System.Web.Services.Protocols.SoapException
     Message: The workspace 22d928a8-7906-47ee-974a-148a5b0c71ac;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)

[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] SourceControlMediator.GetProject() : EXCEPTION! (see below)
     Situation: Failed to retrieve files in SourceControlDataTransportReader.GetProjectFromSourceControl
     Outer Exception Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceExistsException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131600 (Official ID (if app.) = COR_E_APPLICATION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5632)
     Call Stack:
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
          at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)
          at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.CreateWorkspace(Workspace workspace)
          at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(CreateWorkspaceParameters createWorkspaceParameters)
          at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateWorkspace(String name, String owner, String comment, WorkingFolder[] mappings)
          at ArtOfTest.Common.TFSClient.TFSServer.AttachToRepository(IRepositoryInfo repository)
          at Telerik.TestStudio.Services.Common.SourceControlMediator.GetProject(String targetPath, String projectIdentifier, String sourceControlServerAddress, String sourceControlRemotePath)

     Inner Exception Type: System.Web.Services.Protocols.SoapException
     Message: The workspace 22db722c-953b-4a8f-9747-bf57b59e69e2;Dhaval Pathak already exists on computer DEVCOMMON1.
     HRESULT: 0x80131501 (Official ID (if app.) = COR_E_SYSTEM, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5377)

[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22d928a8-7906-47ee-974a-148a5b0c71ac
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),TeamFoundationServer] TFSServer.AttachToRepository() : ------- Function End -------
[03/08 16:59:14,Telerik.TestStudio.ExecutionManagerService.exe(3468:72),Execution] SourceControlMediator.GetProject() : The files have been retrieved from source control for 22db722c-953b-4a8f-9747-bf57b59e69e2
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:61),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:15),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Parks Test Automation
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:25),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:49),Execution] JobBroker.ctor() : Job runner refused this job!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Use source control server: YES
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Source control server address: http://tfs:8080/tfs
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Project remote path: $/Tools/Quality Assurance Testing/Ontario Park
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Users\dhaval.pathak\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[03/08 16:59:25,Telerik.TestStudio.ExecutionManagerService.exe(3468:24),Execution] JobBroker.ctor() : Job runner refused this job!

Elena
Telerik team
 answered on 23 May 2017
3 answers
95 views

What is the best practice to do keyword driven testing in test studio?

My first thought was to create many different small fragmented tests which together can be put into a larger test. For example a test for "login" another for "open order registration"  "add..." "close..." etc

Then in the test list i would add all the tests in the order i want them to create the complete test.

 

But it seems to me now that each test i run in the test list should be complete itself, and i instead should "import" other tests into that complete test with "test as step".
Is that correct? If that is the case why would i have severel different tests in a test list?

Nikolay Petrov
Telerik team
 answered on 19 May 2017
1 answer
132 views
Is there any way that you would be able to work on multiple projects at once in the same window?
Nikolay Petrov
Telerik team
 answered on 18 May 2017
6 answers
305 views
step1 done with my all step
one of my test I have a language drop down so I put data bind things.
in first cycle it select a value from drop down and I put verify a word from that page.
that is done.one 2nd cycle it select a value from dropdown and language of the page change.so I want to verify same word with different language.so I put data driven things for same word.but its not verifying showing Unable to locate element. Details: Attempting to find [Html] element using
Elena
Telerik team
 answered on 18 May 2017
1 answer
141 views

Is there any way how to cover swipe action in the browser?

BR,

Uroš

Nikolay Petrov
Telerik team
 answered on 17 May 2017
5 answers
164 views
I have my project set up with multiple Test Lists that cover my application in full. I am able to schedule 1 test list at a time from the project but it would be easier if I was able to 'select all' within Test List scheduling, is there a way of selecting all lists in the project?
see attachment.
Elena
Telerik team
 answered on 12 May 2017
5 answers
158 views

Locally the test passes, while when I execute it remotely, it completely fails due to the following error:

 Compile failed: c:\Users\Administrator\AppData\Local\Temp\2\Projects\93f1ab04-e5a8-45dc-a70f-f3dc978526f5\Trunk\Accounts\Create.Account_Dragic.tstest.cs(80,58) : error CS1061: 'Trunk.Pages.ConnectWithYourCompanyPage' does not contain a definition for 'textFieldCompanyCode' and no extension method 'textFieldCompanyCode' accepting a first argument of type 'Trunk.Pages.ConnectWithYourCompanyPage' could be found (are you missing a using directive or an assembly reference?)

​The weirdest thing is, that Create.Account_Dragic test does not exist any more in the project.

Elena
Telerik team
 answered on 10 May 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?