ContributionsMost RecentMost LikesSolutionsHow to call SoapUI's request inside TestComplete scripts and retreive data from the WS' response? Hi all, I know how to define a ReadyAPI! or SoapUI test in TestComplete (TC), then to run it with a set of entry parameters and to retreive its execution log. Now, I would like to run SoapUI's request calls inside TestComplete scripts. For instance: function checkMsg(a_pane, a_text) { // press a button pressOpen(a_pane); // run web service // < execute SoapUI request > // check field value return checkMessageText(a_text, a_pane, 'message'); } Moreover, I would like to extract some fields value from the web service (WS) response. For instance, if the following WS' response, fields contractNumber and sessionId may interest me in the including TC script: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:actionResponse xmlns:ns2="http://ws.ctd.com/service"> <return> <contractNumber>0100069362</contractNumber> <sessionId>deab752d-0734-429c-9ea7-6e3e52ae982a</sessionId> </return> </ns2:actionResponse> </soap:Body> </soap:Envelope> Many thanks in advance, JP Re: Integrate TestComplete with Zephyr in Jira Hi Philip, We are experiencing the same needs (insert into Zephyr -or any other JIRA Test Management plugin- both test cases and run results from TestComplete). Did you suceed in own integration? Thanks in advance for any feedback, JPP Need advice on security testing with TestComplete Hi all, I plan to automate a set of test cases relative to Web app security aspects following the OWASP testing Guide (see https://www.owasp.org/index.php/OWASP_Testing_Project). I need then to manage cookies and proxies against at least 3 web browsers (IE, FF & Chrome). Do you know a tool or a way of doing that is easy for TestComplete to manage? There is a track with Fiddler (http://www.telerik.com/fiddler) but I would like to find a less complex solution. Thanks in advance JP IE doesn't like @ character (delete the next char) Hi all, I'm experiencing a strange and boring situation... only reproducible with IE (neither Firefox nor Chrome raise this problem). Test case description: Enter email address in a specific entry field Data set: JeffBridge@gmail.com Expected action: The entry field is filled in with 'JeffBridge@gmail.com' Obtained action: The entry field is filled in with 'JeffBridge@mail.com'... of course, the test fails after this step. This problem (the deletion of the first char after '@') does not occur on every run, but only some of them (average of 1/5 or 1/6?). I never reproduced it against Chrome/Firefox (tried several hundreds times). I'm using the following versions: IE 11.0, Firefox 41.0, Chrome 45.0, TC 11.11 Any idea? Re: Firefox Supported Version w TC 11.1 Many thanks Woodruf: you put the finger on it! Last listed version was 40.0.2. I get a newer version of the file from another host (same testing environment), and it's working well now. Thanks again, JPP Re: Firefox Supported Version w TC 11.1 Hi, I have this message, since yesterday: "This Firefox Version Is Not Supported" whereas all was fine for me before. I'm working with TC 11.10 and FF 40.0.3. For external reason I uninstalled FF yesterday, and re-installed it. I checked then TC TestedApps remained OK and I run again my tests campaign. The TC Object Spy cannot focus on any FF widget (menu itm, toolbar, content...): only the whole window is red surrounded. I tried to uninstall and install again FF. In vain. Any idea? Thanks in advance, JPP Re: Cannot Save the Image Hi all, Is there any explanation / solution to this problem? I'm experiencing the same... :smileyembarrassed: