Error while identifying a Infragistics Label using object spy
System.NullReferenceException: Object reference not set to an instance of an object at Infragistics.Shared.DisposableObjectCollectionBase.get_IsSynchronized() attached
View ArticleAlternative method to Test IOS application without using certificates
Hello , I am new to Test Complete mobile Testing. Currently I am trying to Test an IOS application which is not yet published.So is there any alternative approch to test it without using the...
View ArticleHow to capture typeahead objects using TestComplete tool?
How to capture typeahead objects using TestComplete tool. for ex when we are typing in google textbox, some suggentions will be shown automatically. How to capture those suggestions using TestComplete?...
View ArticleScript execution time
Hi Guys, I am new to loadComplete and I am learning the tool and evaluating the different features. While I recorded a script, it captured the various requests and responses. In the documentation, it...
View ArticleObjects in an Alias keep changing every TestRun, how can I point directly to...
I have a problem when replaying recorded scripts. If I rerun the script on the same application (version) Objects change, which results in the script giving an error because the object cannot be found....
View Articlekeypress simulator for testcomplete web
I'm trying to emulate the following simple step: panel = frame.frameIpsframe.panelMain; passwordBox = panel.passwordboxInputpin; passwordBox.SetText("zzzz"); But the "zzzz" is in real recorded from...
View ArticleHow many VM's & infrastructure detail required for set-up
Post was moved to SoapUI forum (http://community.smartbear.com/t5/SoapUI-Open-Source/bd-p/SoapUI_OS)
View ArticleHow many VM's & infrastructure detail required for set-up
Need to do load testing in SoapUI & LoadUI (License version) tool in 2 VM with (TPS) 3000 - 5000 & concurrent users- 25000. Pls provide us how many VM's & infrastructure detail required for...
View ArticlePushing items onto Array
How do you push items onto an array? The following throws an exception. function ReadAllCribs() { var AllCribs = {}; Project.Variables.Cribs.Reset(); for (; !Project.Variables.Cribs.IsEOF() {...
View ArticleIs it possible to import a project created in a basic free version of SoapUI...
I am unable to import a project from the free version of SoapUI into the new Ready API application. Is there a workaround or solution to this? I get a null pointer exception error Thanks
View ArticleJenkins throws org.apache.xmlbeans.XmlException: error: Unexpected element:...
Hi I am running automated tests using SOAPUI. My tests run safe when running in SOAPUI but one test fails when running in Jenkins as maven project.10:54:36,633 ERROR [SoapUI] An error occurred [error:...
View ArticlePicking a random row from a dataset as part of a test
TestComplete has the ability to drive tests using a data source (Excel, CSV, datbase, etc), and there is a Data Loop option built in if you need to repeat the same steps for all the rows in a dataset....
View ArticlePushing Items onto Array
How do you push items onto an array? The following throws an exception. function ReadAllCribs() { var AllCribs = {}; Project.Variables.Cribs.Reset(); for (; !Project.Variables.Cribs.IsEOF() {...
View ArticleQuerySelector() method is not in my project. How do I get it?
Hello my company is using TestComplete. I recently started automating Web apps. Up until now, I used the Object Spy to map all elements on a web page. I need to use a CSS selector. I have tried to...
View ArticleUse javascript or groovy?
Hi all, I'm just starting out with Ready API and wondering if it's better to use Groovy or Javascript? Are both equally well supported across the Ready API suite? Groovy has been used in SoapUI for...
View ArticleMultilines overview in ccollab admin batch
I am trying to create a new review while filling the overview custom field with mutiple lines of text. All of my attempts have failed. For example, $ cat b.xml<batch-commands>...
View ArticleHow to know a video is playing in High Definition or Standard?
All, Are we able to know a video is playing in High Definition or Standard with TestComplete? If not, do we have any ADB shell commands to get information about the playing video on Android devices?...
View ArticleNullPointerException in TestCaseLogModel.addTestStepResult
Hi, I'm working on a plugin for a new test step, and I keep seeing this error when I run my test. Could you please tell me why this is happening and how I can resolve it? Thanks! Thu Nov 19 17:07:25...
View ArticleHow to Use Project Path in Command Line Parameters
Hi All, I try to open a file which is present in Project path by using Tested Apps, so i created one Tested apps I have given "Project.Path+"Sample.xls"" in command line(Plz refere : Testedapps.png),...
View Articleget all the opened excel workbook names
Hi, I'm trying to get all the opened excel workbooks names and save it in different location by save as. The below VBA code does that but couldn't use it in test complete. The VBA codeDim wb as...
View Article