Completed
Last Updated: 11 Oct 2016 11:48 by ADMIN
Albert
Created on: 07 Sep 2016 10:59
Type: Feature Request
1
It should be possible to set a http request's timeout property (under Settings) back to default "empty"
This appears to be a very minor bug, which results in the following exception being raised when executing a test having emptied the timeout property field: 

'Cannot assign '' to property 'Timeout' of type 'Int64''

Steps to reproduce:

1) Specify a custom timeout property (under the Settings tab) for a Http Request;
2) Save;
3) Empty timeout property field;
4) Save;
5) Run test;

Expected result: Test succeeds;
Actual result:  Test fails;

I realise that this is probably something which has already been fixed in the upcoming release, but I thought I'd raise it just in case. I think this is a convenient functionality, as it permits ad hoc raising of the expected response time; but I would like to be able to have it return to the default (currently 2000ms), which I am sure that we will be able to control at a project level for example (or does this exist already?) in some future release.
2 comments
ADMIN
Oleg
Posted on: 11 Oct 2016 11:48
Hi Albert,

Thanks again for reporting the issue. It is now fixed in the latest release - R3 2016.

As you have mentioned, global (project-level) configuration for the timeout is not yet implemented, but it is considered in our product backlog.
ADMIN
Kiril Stanoev
Posted on: 08 Sep 2016 13:58
Hi Albert,
Thank you for reporting this issue. I've logged it and we'll try to fix it for the upcoming release.