This is a migrated thread and some comments may be shown as answers.

Log file doesn’t provide enough information for us.

1 Answer 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Krish
Top achievements
Rank 1
Krish asked on 12 Oct 2012, 04:38 AM

 Query No 01:- Log file doesn’t provide enough information for us.

 Scenario:-  I am passing some values through web service as a request and taking a response (output) through web service according to my insert(request). Request sends in xml format and Response comes in xml(xml will open in the browser). I could successfully recorded Request part with all steps. Log file displayed all steps and data of the Request when I was executing(run) the automation script. I could successfully received the response after I executed the automation script(Request part). Problems are as follows.

  1.  01.  Log file did not consist with any information regarding RESPONSE even automation script(request) had successfully executed. We expect your explanation on this. Simply we need to see how the details of response are displayed in the log. These are the kind of major information we expect.
  1. 02.   Are there any way to automate the RESPONSE…??If it is not how to overcome this issue and give your suggestions.

 

Note:- I am currently using web test project in Test Studio2012.2.

 Lookingforward to yourfavorable reply..

Thanks

1 Answer, 1 is accepted

Sort by
0
Byron
Telerik team
answered on 16 Oct 2012, 09:59 PM
Hello Krish,

Thanks for trying Test Studio. The log file typically details the success or failure of automation steps against the browser. However, under specific circumstances, Test Studio does record information about the contents of the browser (for example, at test failure). However, if you wish to record responses during a successful test, you can choose to do so by different methods.

First, you can extract content and attributes from the page and store them in a variable. Then, you can access the variable in code and write it to your data source or write it to the log with Log.WriteLine(). You can also use logical steps to determine the course of your test based on the value of verifications against page content. Test Studio is not designed to automate against XML documents, although if the content appears in the browser you should be able to capture it. Please let us know if this addresses your question.

All the best,
Byron
the Telerik team
Are you enjoying Test Studio? We’d appreciate your vote in the ATI automation awards.
Vote now
Tags
General Discussions
Asked by
Krish
Top achievements
Rank 1
Answers by
Byron
Telerik team
Share this question
or