Forum Post: RE: Error Code: INET_E_RESOURCE_NOT_FOUND
I have removed that screenshot as its url is .mil which probably shouldn't be public. Can you open a support incident?
View ArticleForum Post: RE: Error Code: INET_E_RESOURCE_NOT_FOUND
Well, if it was something that was a work computer I could, but since this is something I access from home, I don't think so. I can bring my laptop into work and see if they could fix it. I was just...
View ArticleForum Post: RE: Error Code: INET_E_RESOURCE_NOT_FOUND
Are you seeing this issue while recording with Silk Performer? It seems like a browser driven project type error, and usually it means there is a resource requested by the page which doesn't exist. IE...
View ArticleForum Post: RE: Error Code: INET_E_RESOURCE_NOT_FOUND
Oh shoot, I have no ide what that means...LOL I work on airplanes!! haha Is there something I can do?
View ArticleWiki Page: Importing the Silk Performer SSL certificates into a java keystore...
There are two steps involved in importing the Micro Focus certificates into a Java keystore: Convert the Micro Focus certificates to DER format. Import the DER certificates into a java keystore. 1....
View ArticleBlog Post: Performance Levels
In this blog post, we will discuss what performance levels are and how to use them. Performance levels have been introduced with Silk Performer 18.0 and they allow for a quick and easy passed/failed...
View ArticleForum Post: Unable to record script with https enabled [ SP185 - Forms12c -...
Hi All, Using SP 18.5 eval version to record and test script for Oracle Forms 12c. Java version 32 bit - Java 8 -151 While recording, getting the Security Warning "The Connection to this website is...
View ArticleForum Post: RE: Unable to record script with https enabled [ SP185 - Forms12c...
HI Kannan Please log a support incident. The vast majority of customers wont have access to 18.5 yet so its unlikely you will get any assistance from the community but the support team will be happy to...
View ArticleForum Post: Problem with Regular Expression and accents
Hello, I am trying to use regular expressions to capture the id of a tag. Example, i want the id of the tag wich contains the value Microfocus: Google Microfocus Borland and the regular expression...
View ArticleForum Post: RE: Problem with Regular Expression and accents
I've found Silk Performer's ability to parse regular expressions are extremely limited: documentation.microfocus.com/.../index.jsp If you absolutely need regular expression matching, you may want to...
View ArticleForum Post: RE: Problem with Regular Expression and accents
Thanks David. I just wanted to let the creators of the regex functionality know about this strange behavior. Is there a way to file a bug or something like that to Silk Performer?
View ArticleForum Post: RE: Problem with Regular Expression and accents
Hi, can you please use function FromEncoding on the source before putting it into the regular expression function. The following example works for me: SetEncoding("UTF-8"); sSource := FromEncoding("...
View ArticleForum Post: RE: Problem with Regular Expression and accents
Thank you a lot Thomas! It solved my problem. I can't believe i did such a basic mistake.. Deleting java code :D
View ArticleWiki Page: Running non-keyword driven Silk4J Unit Tests on a single session...
In this video we will demonstrate how to export a Silk4J Unit Test and import it into a Silk Performer project for load test executions. This method applies to Silk4J Unit Tests and supported browser...
View ArticleForum Post: RE: Problem with Regular Expression and accents
Thomas, i was analyzing the result in others use cases, and i think the answer is still not the one i am looking for. Let me explan: consider that the id is "verificação" instead of "223058b5". When...
View ArticleBlog Post: Released: Silk Performer 18.5
Micro Focus proudly announces: Silk Performer 18.5 is released! If you already use Silk Performer and you have a maintenance contract, you can upgrade to Silk Performer 18.5 for free. Silk Performer is...
View ArticleForum Post: RE: Problem with Regular Expression and accents
Yeah, you are right, there are some limitations in place. Have you ever tried to use our Java Framework and play around with java.util.regex.*? That would be maybe a workaround for you. If you would...
View ArticleForum Post: RE: Problem with Regular Expression and accents
Yes Thomas, please attach it. Are there any limitations when using java code instead of plain bdf? Can i consider this problem with bdf's regex a bug? If so, how can i inform the silk performer team?
View Article