ContributionsMost RecentMost LikesSolutionsRe: Compressed trafficHi, any helpful suggestions? Thanks HendrikRe: Compressed trafficHi, we can record and execute tasks without problems. Now, we want to check the response content/body by using HTTP LoadTesting Events and vb script. The function "Request.ResponseBody.Contents" returns the encrypted/compressed content. Therefore the response is not verifiable without decompressing. Does any function exist to decompress the traffic? Our second question is about "Data Selectors" and compressed traffic. Do Data Selectors run successfully with compressed traffic? Additionally we have the same questions related to secure "https" connections :) Regards and Thanks Hendrik Compressed trafficHi Test Complete team, we want to use load testing and our server uses compresses the http traffic. Now, we want to check some responses by using events and vbscript. We have two questions: 1. Is it possible to decompress the traffic with vbscript? 2. Do the regular expressions (http://smartbear.com/support/viewarticle/12412/), which are defined to extract dynamic values, work correctly with compressed traffic? Regards Hendrik dynamic ids and dynamic namesHello, we use Testcomple 8.10. Now we test a website with tags which have dynamic ids and names. I am able to edit the namemapping but the elements are only identifiable by the position in the dom/html tree. Does any possibility exist to select elements by their position in the tree? Furthermore, i want to record the namemapping directly by the position - not by name or id. Is this possible too ? Regards HendrikRe: The setItem function does not work with drop down listHi Allen, the ClickItem function does not work. During execution the selected entry is not changed. Additionally there are no errors or exceptions. Any proposal is welcome! Thanks Is there any support for phpunit in TestComplete ?I know about the support for junit, nunit ... Is there any support for the open source framework phpunit ? Is it possible to integrate phpunit - execute, import/export units tests? ThanksRe: The setItem function does not work with drop down listI use the selectedIndex function. But i need the clickItem function (select by name). Any helpful suggestions ? ThanksRe: The setItem function does not work with drop down listIt is the clickItem and not the setItem function! ;)The setItem function does not work with drop down listHi, i use TestComplete 8.10 and Internet Explorer 8. I try to record a keyword test which fills a web form with a select element (drop down list / combo box). The recorded keyword test does not select the recorded item during test execution. If i change the setItem to selectedItem('index'), the correct item will be selected. But i need the select by name function "setItem". How can i use the function or is there any alternative? ThanksRe: Not recording the last character of an entered value (keyword test)Hi, i have the same problem with Test Complete 8.10 and IE 8. Steps to reproduce: - Recording a simple website login with username "user" and passwort "password" - The keyword tests contains only "use" and "passwor" How can i fix this? Thanks