Forum Post: RE: Silk Performer 19.0 help files
The help provided via documentation.microfocus.com is also going to be updated to 19.0 shortly.
View ArticleComment on Released: Silk Performer 19.0
The help provided via documentation.microfocus.com is also going to be updated to 19.0 shortly.
View ArticleForum Post: Handle a nasted json array
Hello, I'm using silkPerformer 18 and I'm working with some json data. My aim, is to handle some value under a nasted JSON array. This is the JSON to handle: I want to extrac each url from...
View ArticleComment on HowTo Verify a Silk Performer DLL injection with Process Explorer
Hi guys, I followed this guide and I checked that the DLL of Silk works and appears on the list of DLL (on Chrome in my case) but my recorder gets an error "injecting process 'chrome.exe' (xxxxx)...
View ArticleComment on Best Practices for Web Technologies
I got the credential page which tells me about my computer navigation. Hey guys you have no need to confused in it here I am discussing about the most important http://fileexplorerwindows.com part my...
View ArticleForum Post: Injecting process 'chrome.exe'
Hi guys, I followed the guide "HowTo Verify a Silk Performer DLL injection" and I checked that my DLL of Silk works and appears on the list of DLL (Chrome in my case) but my recorder gets an error...
View ArticleForum Post: RE: Injecting process 'chrome.exe'
Hi Can you log a support incident please. Thanks Jonny
View ArticleBlog Post: Replaying browser-driven scripts - Limitations
Silk Performer uses Internet Explorer to record browser-driven scripts. To replay these scripts, you can use either Internet Explorer , Firefox, or Chrome. Although these browsers basically resemble...
View ArticleForum Post: Correlation is not fetching the correct result.WebParseDataBoundEx
The below question is posted by someone longback. I too have this doubt. Can anyone please help me in resolving this issue? Correlation is not fetching the correct result.WebParseDataBoundEx Hi, My...
View ArticleForum Post: RE: Correlation is not fetching the correct...
hi gopi, your approach relies on your "WS record" being the 11th entry in your response (occurence of left boundary), if that's always the case, you can set your right boundary simply to ". if the...
View ArticleComment on Recording using a Web browser on a PC (video)
Apowersoft Online Screen Recorder is a free and web-based recording tool you can choose to do this job on your computer as well. Or you can take the aid of another screen activity recorder, called...
View ArticleWiki Page: How do I stop the error: "Error Agent - Loadtest controller: 3443...
This error is usually caused by delays in the communication between controller and agent. The following list suggests ways to achieve communication and resource efficiencies and resolve this error:...
View ArticleForum Post: How do i run SoapUI commandline from my Silk Performer Script
I have a test in Silk Perfomer i which i have to run a SoapUI test. When i run the command from the commandbox or a bat file it works fine: "C:\Program Files\SmartBear\SoapUI-5.4.0\bin\testrunner.bat"...
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
hi, is there any reason for adding the parameter for the bat file to the first parameter of ProcessInitialize? i'd try to pass it with the 3rd (sParams): hProcessId := ProcessInitialize ("C:\\Program...
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
That has the exact same result. Looks like instead of executing the bat most of the content is just shown.
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
hmmm, for me calling a batch file with parameters works fine. can you try to create and call a more simple batchfile? eg: C:\temp\batch.bat with content echo %1 and call that with...
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
The text i see is the content of the bat file, only the last line of code is not shown and the more? is not in the bat. Your example results in: D:\FinDos>echo hello hello My version does not result...
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
you could try to execute a "cmd.exe" with "/C" and the batch file as parameter, your case should read something like this: hProcessId := ProcessInitialize ("cmd.exe", PROCESS_ATTACHED, "/C...
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
Again the same result
View ArticleForum Post: RE: How do i run SoapUI commandline from my Silk Performer Script
puh, strange... - are elevated privileges required (UAC)? try to start workbench in elevated mode. - create another batch file containing the required command line in some temp folder and specify that...
View Article