Re: Managing Licenses
Hi, I think you can find the docs here:https://docs.sentinel.thalesgroup.com/ldk/LDKdocs/API-admin-net/Admin_API/Admin_API_Reference_Net_Java.htm
View ArticleRe: Different name mapping for same object with same Test complete version...
Hi, Use conditional mapping mode -> add new values for this object.
View ArticleRe: Different name mapping for same object with same Test complete version...
How do you run it in code? Can You put here some example?
View ArticleRe: Different name mapping for same object with same Test complete version...
and see if you can't help using the feature: .refreshMappingInfo(); or save this object to a variable and search for it with .Find() using the appropriate conditions. You will need to write a custom...
View ArticleRe: Desktop Application Testing
Hi, enable https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/text-recognition/index.html and with this option, You can spy text available on screen.
View ArticleRe: Environment support details
Hi, maybe it's a non-standard element? If so, try this: Command TestComplete to recognize your custom Infragistics controls, open your project’s Object Mapping options and add the control’s class name...
View ArticleRe: Object Identification issues in windows forms application.
Hi, use nameMapping condition on this object: WinFormsObject -> put OR condition with Window values. Update nameMapping on Your project. Hope this helps You.
View ArticleRe: How i can select a random element from a list in Desktop application
Hi,In my opinion everything depends on the function that selects a random element.The algorithm can look like this:1. read all grids values2. add them to e.g. an array3. use the function to select a...
View ArticleRe: Best way to test if an element doesnt exist
Hi, there is a few possible options: 1) WaitWindow var p = Sys.Process("app"); Indicator.PushText('Checking object...'); var obj = p.WaitWindow("propValue", "Value", -1, 1000); Indicator.Clear();...
View ArticleRe: How do I use a variable for the connection string in keyword test db...
Hi, what exactly do you want to achieve? Do you want to add a variable to TestComplete -> have your login data there and then read it in the database login script? Is it supposed to be encrypted?
View ArticleRe: how to do descriptive programing in Testcomplete
Hi, what do You mean? i don't understand "descriptive", sorry
View ArticleRe: how to do export report through script
It is not possible to export the report from the current script, but... You can always export existing reports from the "Log" folder.
View ArticleRe: The parent object was not found: NameMapping.Sys While running the...
Hi, use NameMapping condition: https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/conditional-mapping-criteria.html make a: OR, AND condition for differnet...
View ArticleRe: Javascript String Interpolation
This works wery well for me: function testInterpolation() { var i = "i_value"; var arr = ["value1", "value2"]; Log.Message(`This string contains that two variables: first one -> ${i} and second one...
View ArticleRe: Javascript String Interpolation
I was just wondering if you have a project in Jscript 🙂 It's great that you managed to fix it.
View ArticleRe: Adding screenshot from TestComplete to Zephyr
Unfortunately not, we are currently configuring Xray with JIRA.
View ArticleRe: Adding screenshot from TestComplete to Zephyr
Do you use any programming language to write scripts?
View ArticleSending HTTP requests and parsing JSON in TestComplete
TasksSending HTTP requests and parsing JSON in TestComplete. Here are the steps how it can be resolved:Send a GET request to https://dog.ceo/api/breeds/image/random. Check the status of the request -...
View Article