Can anyone please let me know that we can use Test Studio for testing of the web-services or not. My requirement is as follows:-
User fills a form and submit the same and on submission of the same, a call is placed to web-service based on the values of certain parameters as filled by user and processing done on the same on the basis of the code written. A third party receives the call and sends back the parameters which are then received by the application for further processing of the data as submitted by user.
Please let me know that such kind of behavior can be tested using Test Studio or not. There is not browser interface of these web-services. Also, please tell if there is browser interface of any web-service than those can be tested using Test Studio or not as we have some web-services that are rendered in browser interface.
I'm familiar with the concept of a TestDeploymentDirectory which Visual Stuido uses when running a unit test or test list.
Studio creates a structure like:
Test Results\
User_Machine\
\In
\Out
All files needed to execute the test are copied to the Out folder, ie "Deployment Items" Any screenshots, logs, etc generated by the test can be stored in the In folder for later analysis. This structure makes solid logical sense to have a "folder per execution" to isolate the collateral and results.
Test Studio on the other hand doesn't seem to have this type of structure.. Logs goto c:\WebAiiLog and I see no "result" folder for a specific test list execution. I would like to add code to my tests to output screenshots from my tests and it would be nice to somehow associate them with a test list execution. Not just a bunch of files in c:\WebAiiLog
Is there any built in mechanism or best practice for this?
I'm new to Test Studio. I'm wondering that is there any detailed tutorial or documentation on how to use Test Studio for Cross Browser Capability testing.
total newbee here trying to understand what can be done with Test-Studio. So my apologies if the answer is totally obvious. :-)
What kind of WPF control can be tested with the automated testing procedure? I assume all Telerik controls. But how about Microsoft controls or other third party controls?
I have an issue that crops up every now and again in Test Studio. Sometimes, what shows up when I'm recording test cases in the software, looks or acts differently than it would when you're actually using it. For example, in one part of the software there is a calender icon that pops-up a date picker. While recording the test, the icons are gone and are replaced with text and the UI get messy when I click on them.
I'm hoping there is a setting that will help me overcome this problem. I attached the pictures to this thread.
Is there a way to enter a comment when Test Studio checks in a test file? Currently it checks in without a comment and overrides rules we have for entering comments. We have a process that copies down the project from TFS into a share, but this doesn't happen with check ins that do not have comments. Or is there a separate workaround we could use, i.e. use a static string containing the project name and not necessarily enter specific details about our chagne?
I am evaluating Telerik Test Studio as a possible tool for our website regression framework. Can someone point me in the direction of how I would setup and use a Page Object Model like is possible in Selenium?
http://code.google.com/p/selenium/wiki/PageObjects
Hi team,
recently i am using excel to import my test data for testing, but here is an issue: in my excel file, there will be more than 5 columns, so i need to iterate this 5 columns to execute my test, for some specific reasons, i want to get the test results when every iteration is finished. i do not know if you have any solution that i can write result into some result file when one iteration finished or other useful ways. please response this question soon once you get it, thanks
Is it possible to add nested If condition in QA version. I tried to use the nested IF and getting error “Unable to determine logical branch to go into. Unable to execute verification.”