Forum Post: RE: Native mobile application performance testing
We have published an article some while ago, where is described how to record an Android application:...
View ArticleForum Post: Parallel HTTP Post Requests downloading in web transaction
In our application there is one case , where multiple HTTP post requests will be sent to server to download server response. Manually i can see it is 7 seconds transaction gets completed where as same...
View ArticleForum Post: RE: Parallel HTTP Post Requests downloading in web transaction
I tried couple of followup with support team with this incident. but i havent got any solution. rather support team was keep telling that - SilkPerformer currently does not support HTTP piping line....
View ArticleForum Post: RE: Parallel HTTP Post Requests downloading in web transaction
HI Using page based browser level api you will have functions like WebPageUrl and WebPageLink etc which by their nature don't run sequentially because the full server response must be received before...
View ArticleForum Post: RE: Parallel HTTP Post Requests downloading in web transaction
We had WebFormPost requests , which are going sequential rather than in parallel. fwait is also 0. WebFormPost("http://someserver/arsys/pluginsignal/ServiceHealthUI",...
View ArticleForum Post: create directory
Hi, has anyone experience in creating directories with SilkPerformer? Any examples with kernel32.dll or any idea for another way?
View ArticleForum Post: RE: create directory
Hi Christian, You should be able to use the CreateDirectory function from kernel32.dll. There is an example of using kernel32.dll functions in the following KB article which can be adapted to suit...
View ArticleForum Post: RE: create directory
Hi Neil, I saw this article before, but I'm not able to realize the function "CreateDirectory", maybe because I am not a windows programmer. I don't know hot to connect the description from the...
View ArticleForum Post: RE: create directory
Hi Christian, I can look into the dll integration approach further if needed but a simpler solution would be to start a batch file from SilkPerformer and use the 'mkdir' command within that batch...
View ArticleForum Post: RE: create directory
Hi christian You can also use .net and java frameworks to create directories. I attached a sample project of each. (Please visit the site to view this file) (Please visit the site to view this file)
View ArticleForum Post: RE: create directory
Hi Neil, a solution with the kernel32.dll would be nice, because in the past we have more problems, that in our opinion could be solved with this possibility. So it is possible for you to have a look...
View ArticleWiki Page: Which protocols and testing methods are supported by Silk...
Cloud-based testing is only available for the testing of Web-based applications (both standard Web tests and browser-driven load tests). Protocols such as Citrix (Including Web), Netweaver, Oracle...
View ArticleForum Post: RE: create directory
Hi Christian Java or .Net Frameworks approach is far more flexible and easier since the documentation for both online is so vast and there are plenty of places to get help. However a solution using...
View ArticleWiki Page: Using the Customize Session Handling Wizard in TrueLog Explorer...
Session-handling customization is the process of manipulating server responses in such a way that application state information is preserved during load testing. In their responses to clients, servers...
View ArticleForum Post: RE: create directory
omg.... Jonny do you have an idea for this: sFolder:="C:\\temp\\xxx"; wait 0.5; CreateDirectoryA(sFolder, NULL); this works and creates the directory c:\temp\xxx sFolder:="C:\\Program Files...
View ArticleWiki Page: Creating directories in Windows Explorer using Silk Performer
Silk Performer has inbuilt functions for creating files in Windows Explorer but not for creating folders. However there are multiple ways to interact with Windows Explorer from within Silk Performer...
View ArticleForum Post: RE: create directory
Hi Christian This works for me. I just ran this: begin sFolder:="C:\\Program Files (x86)\\BMC Software\\BMC TM ART Monitor Workbench 4.2\\Working"; wait 0.5; CreateDirectoryA(sFolder,...
View ArticleForum Post: Ajax script failing at load while uploading the image files on...
Hi Al Greeting! I am working on a web application where I am required to upload images of different sizes at peak load along with other web scripts. I did recorded one script in silk performer which...
View ArticleForum Post: Client Server Application Load testing
Does Silk Performer has direct Protocol support for Desktop Client Server Application. What are the protocols supported for Clint Server Applications? Note:- Application developed in C#.NET and...
View Article