ContributionsMost RecentMost LikesSolutionsPass and Receive data from testcomplete to readyapi Guys can someone suggest how to pass data to Ready API from Testcomplete and also pass back data from Ready API to testcomplete? NOTE:: I am able to invoke Ready API from Testcomplete Successfully and Run the Tests Cucumber For Jscript Guys - Badly needed Feature. Can you kindly help with Cucumber Integration ? Atleast Scenario, Given and When with one type of input parameter passing should be fine to start with. Mahesh Re: How to get Objects using getElementsByClassName Hi Tanya, I guess this is not a CSS element. It comes under SVG node, so the HTML nodes below does not get recognized. Either Content document find works or switching the Object model - Tree to DOM works. So instead of dynamically changing the model, am using the above. CSS/Xpath etc is not working. Thanks, Mahesh BDD/Gherkin parser Hi, Is it possible to get a BDD/Gherkin Parser for javascript ?. I see some open source libraries implemented with Node.js. But would like to have for Testcomplete / Javascript. Thanks, Mahesh Get Clickable Objects under SVG Hi How do I get elements under SVG that are not text nodes. I am not able to see Sys Object browser not recognize them. Thanks, Mahesh How to get Objects using getElementsByClassName Hello, var some_var = Sys.Browser("*").Page("*").contentDocument.getElementsByClassName("xxx"); var someoTher_Var = some_var.item(1) Log.Message(some_var.FullName); I am able to see get element by class name as 8 objects - length 8?. But how to access the object? convert to Array using 'toArray' not working. How do I actually get the first object Thanks, Mahesh Re: Namemapping using innerhtml What causes the failure ? Mahesh Re: Namemapping using innerhtml Hi , Can someone help with this answer .. Where exactly the reliability is?, Not a very urgent Q - but need to plan ahead of time. Mahesh Conditional Name mapping - Page not updated I guess http://support.smartbear.com/viewarticle/70410/#Editing Hi , I am seeing latest versions of Testcomplete having AND & OR inside each row conditional operators along with Equals Does Not Equal Less Than Less Than or Equal to .. Greater than or equal to etc Can someone provide examples ? /Update the same Thanks You Mahesh Re: Compare 2 Excel files :) :) :)