Changing domain to make test run on staging and production environment
Hi, is there a way to change the domain of a test tom make it run in Staging and Production. I write tests in a staging environment and the record them in production. for example a login in staging...
View ArticleTestComplete Crashes when debugging Keyword Tests
I am using JScript with my project and I have found that if one of my scripts returns a JScript object while I am debugging a Keyword test, TestComplete will freeze. The only option to recover is to...
View ArticleCan't set endpoint in request
Hy, I am new to "Ready! API" but I sometimes used SoapUI. I'm facing a problem that I consider is the basic thing to do but I actually can't : Edit the endpoint in a request. This is a screenshot of my...
View ArticleSetting auto-wait timeout in OnStartTest
Hi all, as the test runs way faster on my local pc (physical pc with Testcomplete) than on the virtual machine with TestExecute I tried to set the auto-wait timeout for tests in OnStartTest and revert...
View ArticleTC11 Findchild extremely slow
I have the following code in my project: Set UsernameTextbox = Sys.FindChild(Array("ObjectType","ObjectLabel","VisibleOnScreen"),Array("Textbox","Username","True"),10,True) Set PasswordBox =...
View ArticleRegion Checkpoint - Is it possible to pass stored image as variable in KWT?
Hi All,I have one KWT which has set of region checkpoints and stored images (baseline) for each checkpoint.Basically I select test type from drop down and verify some screens of my application window....
View ArticleNo More Strangers
Since explicitly mapping every object used in a test and disabling 'auto naming' and 'extended find' we are able to finally merge name mapping from multiple designers without conflict. Hurray!!! Three...
View ArticleHow to writing to a New EXCELL TAB with Groovy
When I write my log to a excell file I use the code below def reportFileName = context.expand( '${#TestSuite#reportFileName}' )fileName = new File(reportFileName) result =...
View ArticleDoes Soap UI NG work on the Google Platform and Google -excel type product
Does Soap UI NG work on the Google Platform and Google -excel type product Google -excel type product For Data source and Writing logs to
View ArticleRight Click on a cell in excel and perform Operation from List
Hi, I have got object of excel which is already opened and selected required sheet, and have selected cell. Now how can select a cell and Right click on that particular cell to perform certain...
View Articlehow to get ipaddress using jscript in testcomplete?
Hi,http://support.smartbear.com/viewarticle/24733/I tried with above link not working.I need to get ipaddress using jscirpt?Kindly help me in this case.
View ArticleNot able to identify the objects in IE 10
Hi, I could not able to identify the web objects which is displayed in IE 10 browser via Testcomplete11.0. While using object spy it capture as a Page, not able to identify by attributes wise. Please...
View ArticleTC does not find our own Python package
We have installed our own package, pycsp, using the Python instance installed with TestComplete from the command prompt. Using that Python instance from pyCharm IDE, we have no problem importing and...
View ArticleScript extension problems (jscript)
Hello all, Trying to implement a script extension (using TC 10.6, jscript as language) i encounter some problems and need your help. Attached are the descrption.xml and the extension source code where...
View ArticleTestExecute has encountered a problem in module tcCore.dll and needs to close
Hi all, We are using testcomplete 10.60.3387.7 and testexecute 10.10.752.11. We get "TestExecute has encountered a problem in module tcCore.dll and needs to close" when we try to run the scripts...
View ArticleWhere can i find sample questions for the open source SoapUI certification?
When i click on the links on http://www.soapui.org/support/certification.html i get a 404 error page.
View ArticleReady! API 1.4.1 - Error with RunTestCase with DataSink
I have two simple TestCases. "TestCase 1" with one "TestStep A" (DataSink = DataConnection) and a second "TestCase 2" with a "TestStep B" (Run TestCase). In "TestStep B" I call "TestCase 1". If I Run...
View ArticleReady! API 1.4.1 - Switching Workspace
If I switch the workspace all my projects get lost in the workspace
View ArticleData Drive testing over test sequence
Is it possible to do a data driven test over a sequence of tests? By that I mean can one row of a csv file be used to go through each test in the sequence using the data in each test and then loop back...
View ArticleDevExpress Page Control Tab Click in Firefox
Our site uses DevExpress Page Controls (MVCxTabPage) and keyword tests which work fine in IE and Chrome but only works some of the time in Firefox (never the same place twice). I see the click on the...
View Article