Hi,
I have ran performance test for a test case, next day trying to retrieve the result of last run performance test. But unable to get the result. For retrieving last run's result have to rerun the test test case. So is there any way to get the performance test result without running it again ? Please help !
Thanks
Running tests, sometimes Chrome says that one or more browser extensions are missing, the screenshot is attached. I installed all the extensions needed initially and this problem occurs 1/5 runs in total. It just happens. Randomly. I tried to disable->enable the extensions, tried to reinstall them, I even tried it on both my virtual and physical machines. Test Studio's version is 2017.1.2017.0.
What's also interesting - it didn't occur before within the same project, I assume I started seeing this problem with the latest Test Studio version.
Nothing helped
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
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.
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 isPageOpened;
isPageOpened = Url.Contains("Start.aspx");
Thanks in advance.
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!
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?