When setting up a run of tests allow the user to apply a filter to the output to the log file allowing them to filter on 1. Duration 2. OK/Warning/Error 3. Ranges of Request ID/ Time period/ Call Types/ Machine/ Test/ and so forth This will reduce unwanted data, allow tests to be for longer before exceeding log file size limitations. In addition, when the data is exported, the data will be ready for processing and require less time to use.
... View more
This would allow the test to be edited with any common mass update facilities, without having to include them in LC. The import facility could then perform a validation to ensure that the test was compatible with the proprietary rules in LC and the tests could be used in their updated states. The validation routine could then add stamps to indicate: 1. It has been edited with ... <tool name>, date time stamp and reference the original test. 2. A Label to allow brief notes on what was done 3. A flag to indicate it has been externally edited, Not all required, but these would help in mixed test environments. Alternatively: Make tests editable with other editors directly (probably more difficult, and with less control of content).
... View more
Status:
New Idea
Submitted on
09-23-2016
02:37 AM
Submitted by
Simon_Norris
on
09-23-2016
02:37 AM
One feature I use regularly in other tools is the ability for regular expressions to capture a range of values. For example, if a web page had several menus and sub menus as a FAQ, I would use a regular expression to extract all links on a page, then click one randomly, then do the same on the sub menu and so on. This could be done by storing every link in a datatable and using a random selection, but each time the pages were updated the datatable would have to be updated as well. Using random responses from a regular expression is much quicker. With Loadcomplete only allowing the choice of the first pattern match this approach is not possible.
... View more
Hi,
Problem: Now the global variables (those used for parameterization and accessible via Variables editor) that retrieve values from the databases, CSV-files, Excel files can be associated with a single field only. This is very inconvenient if, for example, variables must contain correlated values like user id and the password.
Request: Make the global variables to be of table type so that they can be associated with the resultsets. Access to the columns can be made using the 'dotted' notation. If resultset contains only one field, the old syntax can be used.
Use case sample: The LTLogins variable can be associated with the 'Select Login, Pwd From Logins Where Active=true;' resultset and provide data to some web site login form using the @LTLogins.Login and @LTLogins.Pwd syntax for the Login and Password fields accordingly.
Thanks.
... View more
Status:
Community Feedback Requested
Submitted on
01-28-2016
02:59 PM
Submitted by
leoli
on
01-28-2016
02:59 PM
Please implement support for manully resetting web proxy, just in case loadComplete is broken in the middle of recording.
... View more
Status:
New Idea
Submitted on
09-23-2015
05:39 AM
Submitted by
ryan_seifert
on
09-23-2015
05:39 AM
I would like to be able to see the averages, min/max for all the defined transactions in my test. I can see that there is a combined average, but this doesn't help me when I am looking at 100 transactions or better.
... View more
Status:
Community Feedback Requested
Submitted on
09-18-2015
03:04 AM
Submitted by
Daoulas
on
09-18-2015
03:04 AM
Perform Load test on SAP , which is a client application and does not run from a web browser.
... View more
Request is based on http://community.smartbear.com/t5/LoadComplete/Defining-and-Reporting-on-Pages-in-LoadComplete/m-p/104149#M1066 thread.
... View more
Status:
Community Feedback Requested
Submitted on
08-26-2015
08:56 AM
Submitted by
AlexKaras
on
08-26-2015
08:56 AM
Request is based on http://community.smartbear.com/t5/LoadComplete/Defining-and-Reporting-on-Pages-in-LoadComplete/m-p/104149#M1066 thread.
... View more
0
Kudos
Status:
Implemented
Submitted on
04-16-2015
03:29 AM
Submitted by
AlexKaras
on
04-16-2015
03:29 AM
I would like to ask for the possibility to concatenate the values of two variables into the third one. This can be implemented in the same tables where data are extracted from the responses and assigned to the variables (Data Selectors, etc.).
In this case, the value of the 'Source' field (using Data Selector table as an example) may be 'Variables', 'Regular Expression' will specify the name of the first variable (e.g. @Var1), 'Subexpression' will specify the name of the second variable (e.g. @Var2) and the 'Save to Variable' field will specify the name of the variable that contains concatenation result (e.g. Var3).
It would be perfect, if it is possible for Var1 and Var2 specify not only variable name, but some string that contains (or not) the variable - e.g.: if Var1 = 'CaseId' and Var2 = '123', then '@Var1' and '=@Var2' should concatenate to 'CaseId=123'.
Please let me know if you need more details for this request.
... View more