460 questions
0
votes
0
answers
99
views
Javascript DDT don't take the $ character on csv file
I wrote a function to test a DDT(Data Driven Testing) on test complete
DadosTest.csv:
produto,quantidade,precoesperado,descontoesperado,totalesperado
FamilyAlbum,10,$80,15%,$680
ScreenSaver,5,$20,0%,...
0
votes
0
answers
52
views
Highlighting setting in TestComplete Code Editor
What setting to change in testcomplete in order to see all the same words highlighted as the current selected one ?
I selected arrayToSearch (number 1) and i need to see the parameter of the function ...
1
vote
0
answers
144
views
Windows applications open automatically when TestComplete is executing scripts
A few Universal Windows Platform (UWP) applications (Edge, Microsoft Store, Mail) open when I start running my WPF TestComplete script on a Windows 10 machine. It is not affecting the script running ...
1
vote
1
answer
132
views
Will Testcomplete support GitLab for version controlling?
I am planning to use GitLab as source code management tool for maintaining the testcases scripted using testcomplete tool. Will testcomplete support this?
1
vote
1
answer
1k
views
Ho to run test complete project using command line?
I have a TestComplete project, called: automation.pjs, which contains some tests.
I want to run those tests using the command line and observe the results in the command line too.
I'm using ...
0
votes
1
answer
636
views
Testcomplete Javascript - Printing the output of SQL query
I am trying to output the value that changed after executing an SQL query (successfully executed outside of this script, manually). So that I can do a checkpoint to validate that the query executed as ...
0
votes
1
answer
795
views
Python SQLite DB query returning nothing for each row
I'm using python in TestComplete to conduct a db query, but the results seem to be empty strings and do not match the data in the table I queried. The file is a s3db file. Does that matter?
Using:
...
0
votes
1
answer
201
views
command prompt conversion of TC to TE
I want to convert a project built in TestComplete to TestExecute using a .bat command
Due to the project being part of CI process new versions are released daily and conversion needs to occur ...
0
votes
0
answers
291
views
Cannot Create Test Complete Object in C#
I am new to Visual Studio / Test Complete / C#. I have written a Test Complete test in C#, but when I try to run it it says "Cannot Create Test Complete Object". The only question so far that I ...
0
votes
1
answer
58
views
Looking for a way to check for unexpected windows during a for loop in python automated testing
I am running some automated tests on an POS application where a large number of sales are entered using a for loop. During the test there are times where it is possible for the application window to ...
0
votes
0
answers
133
views
API calls not happening on opening of Cefsharp application in Testcomplete
I have a Cefsharp application which has Html pages with Javascript. Js makes API calls which happens fine if I open cef application in windows but most of API calls are not happening when I am opening ...
-2
votes
1
answer
32
views
Identifying objects in Genie Clinical System
I'm using TestComplete to automate an application called Genie. It's a clinical System. But, Testcomplete is not showing the objects. Any idea what could be the issue?
Tried object explorer, but ...
0
votes
1
answer
95
views
Perform multi keyboard operation with click on a single object in test complete
I have a test complete window object for ex Obj1. on the same object i need to perform action CTRL + Shift + Alt + double click at the same time . How to perform this multi select and click operation ...
0
votes
1
answer
225
views
Automating menu bar click movement using Test complete
I am new to Windows app automation and test complete. I am trying to automate the menu bar click movement. But the test complete spy could not find it. How to automate such scenario. Like the menubar ...
-4
votes
1
answer
71
views
How to get selected fields from an array using Javascript?
Please bear with me, I am new to coding. I am trying to test a web service and I am stuck with a java script array where I need to get 2 fields out of 10 fields for further testing. I would really ...
-1
votes
2
answers
253
views
How to call only a part of the procedure into another vbscript?
I've a script named script 1 that creates a text file and stores some string values into it.
I need to call this script script 1 into another script file named script 2 but only part of it (script 1). ...
0
votes
1
answer
216
views
can we able to automate ESRI windows application map
i am trying to automate a windows/Desktop application which has ESRI Map operation functionalities. I tried with Unified Functional Testing version 14.03 (UFT) and TestComplete version 12.50 ...
0
votes
1
answer
29
views
"stop-on-error" column does not show up
I am new to testcomplete.Just trying our some sample exercises and trying to understand this automation tool. So I was trying to automate navigating to a particular page on a website. I am doing the ...
-1
votes
1
answer
44
views
Using testcomplete to determine if a mobile app used the correct icon
I just started using TestComplete and have a technical question for the experts out there. My mobile app has an icon that changes based on state (pressed, not pressed, disabled, etc). What I would ...
0
votes
1
answer
758
views
TestComplete test parameter through Jenkins
I have multiple instances of a website and I would like to test them by using TestComplete. I have wrote a scenario with the instance URL as a test parameter and it works when I run it with ...
0
votes
1
answer
247
views
How to send Automation Result mails from Testcomplete Jscript
I need to send automation Result to devlopers which is automatically from test complete is there any possibility method there
0
votes
1
answer
240
views
How can verify the font size and color in Python (web page)?
Can we verify the window/web page, font size and font color using Python?
-1
votes
1
answer
437
views
Compare two identical strings fails in javascript
I have the below function. It always says the text does not match. This is within test complete. I have put a watch on both items and both dont contain any white spaces. I am new to this but wondered ...
0
votes
1
answer
547
views
How do I determine what is different between two different xlsx versions of the same worksheet?
I apologize in advance if my question seems somewhat vague (if only I could attach a file that would be so much better!)
I use TestComplete for regression testing, part of which is .rdl-type reports ...
0
votes
2
answers
738
views
How do I deal with a passed parameter that may have an apostrophe in SQL Server?
I'm using a query within a loop in TestComplete, and each time the loop completes, the variable is updated with a new value. I want to account for the possibility of an apostrophe in the variable so I ...