Re: Infrastructure Testing and Performance Testing
I agree with you. Is there any exhaustive list which I should take care when performing the Infrastructure Testing. Also, Operational Accetance test (DR, Failover) and Infrastrutre tests are 2...
View ArticleLoadRunner 11.52 Controller Add LoadGenerators in Scenario mode
Hi, when in scenario mode, add more then 1 LoadGenerators is not possible. I have to convert the Scenario to Percentage mode, add my LoadGenerators and then reconvert to Scenario Mode. Is this the...
View ArticleVugen11.5- Proxy setup issue.
Hi All, I am trying to send a custom http get request to web server and it is giving me Action.c(39): Error -27796: Failed to connect to server "<WebServerIP>:8080": [10060] Connection timed out...
View ArticleRe: Vugen11.5- Proxy setup issue.
it seems your problem is your connecting to a website or host URL which requires certificates/SSL keys?if so you you can explore this functionality web_set_certificate_ex
View ArticleRe: Infrastructure Testing and Performance Testing
actually you have to dig in deeper on what Application testing your project team/contact needs...its really a research task at first before you could do your magic in scripting it in Vugen. so you have...
View ArticleRe: VUGEN 11.52 hangs infinitely when compiling
i usually do multitasking scripting so sometimes i have 2-4 Vugen running. if i didnt do something with one of them for a period of time and just "run" the script it will execute it but as if it was...
View ArticleRe: Vugen11.5- Proxy setup issue.
Thanks for the reply. I was wondering since i don't have a certificate (PEM file) can i use this private key to make the connection? Thanks.
View ArticleRe: webservices parsing problem
i am using Vugen 11.52 so i dont have that TREE view anymore. but i see what you mean its inside the SOA TOOLS > Add Service call. from there you see the contents of the WSDL file. but that is the...
View ArticleRe: Vugen11.5- Proxy setup issue.
unfortunately(my recent experience) if you use the web_set_certificate_ex function it will only look for PEM/ASN1 format.i also have the SSL key before i end up converting that to PEM format to make...
View ArticleRe: Can I catch some system errors like connection refused/timeout in my script?
how about trying it this way custom logging. static void funcSetLogLevel(int paramLogLevel){ int iCurrentDebugLevel = lr_get_debug_message();...
View ArticleHow to enable "Web Service Call" option while using import Soap option in Web...
We have to create LR script using Web Service protocol. We have WSDL file and know the operation to select, but dont know the arguments to be passed in that client did not give and say dont know abt...
View ArticleLoad Runner Flex: invalid character Reference error
I am developing LR scripts for a flex application. There is dynamic variable (user session related), which I am correlating by capturing it using lr_xml_get_values. This variable value consists of few...
View ArticleRe: Load Runner Flex: invalid character Reference error
You may need to add jar files in recording options in order to get those lines to show up properly. Regards,Mario M.
View ArticleRe: Vugen11.5- Proxy setup issue.
Alright, i tried ur method as u suggested. I converted the private key to pem file and included in my script so now i have to include the proxy server in proxy server settings or i can exclude that?...
View ArticleRe: Vugen11.5- Proxy setup issue.
sure...but have you check your SSL key text file before converting it to PEM? usually it has 2 breakdown data in the SSL key so you have to divide it into 2 files because the syntax were...
View ArticleRe: How to enable "Web Service Call" option while using import Soap option in...
looking at your screenshot it seems you are waiting for the "URL" of the WSDL/service you are connecting to.you have to ask that to your project team/lead otherwise you dont know or LoadRunner/Vugen...
View ArticleRe: Vugen11.5- Proxy setup issue.
I am not getting any idea to parse the file. Can you help me on how i can achieve that. I have attached my file. Thanks.
View ArticleRe: How to enable "Web Service Call" option while using import Soap option in...
Can you put the XML request up here?That should help in providing an apt direction. Regards,AJ
View Article