Can I Add Test Items from Another Suite?
I have 2 suites for two different applications that work with each other.I would like to call 2 keyword tests from another suite. How do I do this in the area where I string test items together.Right...
View ArticleAdding tables to Stores > Tables using jscript
Is there a way to add tables to Stores > Tables uisng jscript (same way as picture can be added to Stores > Regions using "Regions.AddPicture" method)? var table =...
View ArticleHow to create custom DataSet for SoapUI DataExport xml/csv report
Did anyone tried to change xml or csv reports to custom structure of data sets, that could be used to export reports from SoapUI Pro. My idea was - to extend startTime or add additional field of start...
View ArticleHow to use the value in the previous function
For example: function a (b){return (c:c)} function a (e){return (f:f)} function d (c,f){//Statement}I am calling the functions thru excel, I would like to run function a twice and use the returned...
View ArticleI Need more Performance information using VB
Hi, I want to test performance of oure desktop application and write the results to an Excel file. Performance not only in elapsed time but also used memory. Now I use Win32API.GlobalMemoryStatus to...
View ArticleHow get the show mobile screen using code.
I need a way to activate show mobile screen using TestComplete code.If I have to run it in a batch file I need the "Mobile Screen" to appear on my desktop. Let me know how to activate this using code.
View ArticleProperty Checkpoint shows wrong Actual Value
Hello, I have been having some problems with property checkpoint lately. Usually property checkpoint works the way I expect, it checks the contentText of objects on my web page and if the contentText...
View Article\r added to each line of the request
Hi, In SoapUI 5.2.0 => create a new SoapUI Project, add new TestSuite with a request. Save the file. In SoapUI 5.0.0 => open the file that was created in 5.2.0 Problem:after each line of the...
View Article\r added automatically to each line of the request
Hi, In SoapUI 5.2.0 => create a new SoapUI Project, add new TestSuite with a request. Save the file. In SoapUI 5.0.0 => open the file that was created in 5.2.0 Problem:after each line of the...
View ArticleGroovy Script Test Step only execute once in a DataSource Loop test case
Hi,I am new to Ready!API and created a test case with datasource loop. I've added a groovy script which checks one property of the response of an earlier step. If the property value is 'Inprogress'...
View ArticleCreating a call to send compressed data?
Hi, my team would like to use Ready!API to create a call to send compressed data(gzip) and post it to make sure this works correctly for our rest service.i can get some more info if needed as i'm sure...
View Articlehow to check if sheet in excel driver exist or not
Hi, I want to check if Sheet1 exists or not. Sometimes 'Sheet1' is named as Error in our application, and hence is an actual error in export. Even though file is exported correctly. Attempt:var...
View ArticleNew test step does not save correctly
I have been working on a new type of test step - RestTestRequestWithRetryStep, which extends RestTestRequestStep with some basic retry functionality. Everything works well in the client, I can add a...
View Articlealter Sys.UserName at run time
Can we possibly alter Sys.UserName during runtime or atleast the browser user name property? Mahesh
View ArticleHow can we set jdbc timeout in Ready API 1.4?
Can any body please help me in chaging the JDBC time out in Ready API 1.4?Also in the jdbc time out ssertion step,i am not able to add timeout assertion.Please help.
View ArticleThree Strangers
Once upon a time there were three strangers: Object Browser, Mapped Objects, and Name Mapping (Aliases). Each one had their own panel in TestComplete land but none knew of the other. The Object Browser...
View ArticleReferring of user-forms
I have several projects for testing.One project entirly consists of re-useble librariesWrote a user-form and event script in library project, which supposed to used in several projects.But when you add...
View ArticleDDT.CSVDriver is not working
Hi All, I am using DDT.CSVDrive() for opening csv file. it will be work fine when, I pass file name (path) directly in DDT.CSVDrive() methods. but its given error when I am passing same path using...
View ArticleHow can I import external python packages like "numpy" etc. in Testcomplete?
Hi, is there a way of making the python34 installation, which comes with Testcomplete, find e.g the "site-packages" of my system's python34 installation?
View ArticleParsing a string and counting characters.
String Example: type1=12345678901234567890111&type2=3.0.00&type3=1234567811From reading the user guide it looks like I can use the aqString.ListSeparator to define the & as use the...
View Article