Forum Post: RE: Problem with Regular Expression and accents
Hi again, attached is RegularExpressionsJF.ltz (Please visit the site to view this file) (actually .zip extension, just rename it to .ltz and I don't know why it got that number in front of, but I...
View ArticleForum Post: RE: Problem with Regular Expression and accents
I think this sums it up. Thank you Thomas, Pedro Barros
View ArticleForum Post: RE: Problem with Regular Expression and accents
Thanks kue, I look forward to looking over your demo project!
View ArticleComment on Using a recording rule to suppress the scripting of WebCookieSet...
The file is not available.
View ArticleForum Post: Exchange connectivity from the Office 2016 client using...
Is there some way to test Exchange connectivity from the Office 2016 client using SilkPerformer (without Silk Test)? Use case consists just email sending.
View ArticleForum Post: A method for testing Skype for Business and similar messengers
Could you please recommend a method for testing Skype for Business and similar messengers?
View ArticleForum Post: RE: how to find element with partial string
I used a regular expression and it worked for my case. Therefore, try following: BrowserClick("//a[@textContents='*ABC*']", BUTTON_Left, "Click link");
View ArticleWiki Page: View the k-th percentile of a set of measurements with Silk Performer
The Overview report, generated after a load test, presents some Percentile charts along with the values for 50 th , 90 th , 95 th , and 99 th percentile displayed. Is it possible to include additional...
View ArticleForum Post: RE: Problem with Regular Expression and accents
This may off topic but related to regular express. Is there easy way to support regex in BrowserWaitForProperty()? like BrowserWaitForProperty("//div[@textContents='regex']", "text", "regex", 10000);
View ArticleForum Post: How to test either this element or that element case?
In one of the testing page, either one of below elements have to exist: ABCD EFG How do we test such case? Thanks.
View ArticleForum Post: RE: How to test either this element or that element case?
For Browser-Driven script you can insert a Verification Function during the script recording.
View ArticleForum Post: RE: How to test either this element or that element case?
You can use WebVerifyHTMLBound function. Please see 'Setting Verification Options' in the SilkPerformer Documentation.
View ArticleForum Post: RE: How to test either this element or that element case?
Parse both strings into variables such as sClassA and sClassB. You can run the script in a way that it reproduces both conditions and create parsing functions whilst using the try script truelog. The...
View ArticleForum Post: RE: How to test either this element or that element case?
tried something like below but seems not working: BrowserClick("//div[@class='classA']|//p[@class='cassB']", BUTTON_Left, "either classA or classB"); BrowserVerifyProperty("//div[@class='classA']",...
View ArticleForum Post: RE: How to test either this element or that element case?
Since you say one of the two elements must exist then the solution is easy. Find just one of the two elements, if it exists then click it, if it doesnt exist then the other must so click the other....
View ArticleForum Post: Failed to create TCP/IP recording
When I tried to create a script for TCP/IP I have got no recording, no communications data in the capture file.
View ArticleForum Post: RE: Problem with Regular Expression and accents
no, regex is not supported within locators here you'll find a samples for supported xpath constructs. maybe you can use wildcards, and, or, ... in your locators to achieve your goal. and of course you...
View ArticleForum Post: RE: Failed to create TCP/IP recording
Which project type are you using and what application are you trying to record?
View ArticleForum Post: Installation of version 18.5 perflm.dll not found
Hi, I have installed the 18.5 latest version. At installation time my virus scanner detects a problem in the perflm.dll file and removes it. Due to this Silk Performer does not start. We are in a proof...
View ArticleForum Post: RE: Installation of version 18.5 perflm.dll not found
Hi, this is definitely a false positive but we are going to investigate the problem further. Please check the properties of the file and verify the digital signature to prove that this file is from...
View Article