Showing ideas with label Mobile Testing.
Show all ideas
Adding a search bar, or maybe ctrl+f searching to the project explorer itself would help in navigating and finding tests and scripts, especially when there are a large number of tests.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Mobile Testing
-
Web Testing
When you rename a variable in the project / project suite / keyword test etc give you the option to amend the name of the variables where they are used in keyword tests just like you do when you rename a NameMapping item.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
-
Web Testing
The suggestion is to allow a TestComplete user the ability to define "profiles" for settings/options. For a simple example, while I am developing tests, I might want to set error handling to "Stop Project", slow down the playback events or store all logs. But, when TestComplete tests are "in production" (run nightly from Jenkins, for example), the settings might need to be different; I might want error handling to be "Stop and rerun current item", playback events at their defaults or only keep the 5 most recent logs for example.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
-
Web Testing
I understand that Testcomplete is a scripting language and some use the tool for automation script development with "record & playback", however, it would be much appreciated have the option of developing using a oop design patterns. Python and JavaScript are powerful languages. By relegating them to a script code style is stripping away their best features. Those that use JavaScript and Python for automation are using them with selenium which does not have a great way to automate desktop applications. By allowing users to choose to develop oop code with the namemapping features, Testcomplete can work as the preferred IDE for automation.
... View more
See more ideas labeled with:
-
Data-Driven Testing
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
It is great if we have feature to use JSON file as Data Provider in TestComplete , as in many cases need to validate UI fields from API Request
... View more
See more ideas labeled with:
-
Data-Driven Testing
-
Mobile Testing
-
Web Testing
I like Testcomplete and all it's features, however, when needing to write code it is a bit of a pain (intellisense, styling, code completion, indenting, etc., all do not work well). Instead of coding in Testcomplete, can we add support in VS Code for development and execution? Still have it tied to the license and no need for namemapping, at least not right away, so we can take advantage of a smoother ide. I currently use python with TestComplete.
... View more
See more ideas labeled with:
-
Data-Driven Testing
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
Please provide ability to develop Testcomplete tests using VS Code (dll). No need to include namemapping or object spy feature. Just create an extension for quick test script development and execution using TestExecute.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Mobile Testing
-
Test Results
-
Web Testing
Status:
New Idea
Submitted on
05-01-2020
02:23 PM
Submitted by
garyschechter
on
05-01-2020
02:23 PM
I thought this should just be a feature already and I posted asking for help to get it to work. https://community.smartbear.com/t5/TestComplete-General-Discussions/Log-Folder-Icon-Checkpoint-Over-Message-Javascript/m-p/200736#M37434 The log folders are real nice for cleaning up the logs but they only change Icon's if the Folder contains an Error or a Warning. I want LogFolders to show a green if it contains a checkpoint. A common sense order of importance Error > Warning > Checkpoint > Message. Instead it's showing Error > Warning > Message. I think it should even auto detect based on the Log item's priority that has been set. Or just a method to hit ie, Log.CurrentStack(iconWarning, priorityHigh); function TestScriptLog()
{
Log.AppendFolder("This folder Icon should be an Error");
Log.Message("Informational in Folder","",pmNormal);
Log.Checkpoint("Checkpoint in Folder","",pmNormal);
Log.Warning("Warning in Folder","",pmNormal);
Log.Error("Error in Folder","",pmHighest);
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be an Error");
Log.Message("Informational in Folder");
Log.Checkpoint("Checkpoint in Folder");
Log.Warning("Warning in Folder");
Log.Error("Error in Folder");
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be a Warning");
Log.Message("Informational in Folder","",pmNormal);
Log.Checkpoint("Checkpoint in Folder","",pmNormal);
Log.Warning("Warning in Folder","",pmHighest);
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be a Warning");
Log.Message("Informational in Folder");
Log.Checkpoint("Checkpoint in Folder");
Log.Warning("Warning in Folder");
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be a Checkpoint");
Log.Message("Informational in Folder","",pmNormal);
Log.Checkpoint("Checkpoint in Folder","",pmHighest);
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be a Checkpoint");
Log.Message("Informational in Folder");
Log.Checkpoint("Checkpoint in Folder");
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be an Informational");
Log.Message("Informational in Folder","",pmHighest);
Log.PopLogFolder();
Log.AppendFolder("This folder Icon should be an Informational");
Log.Message("Informational in Folder");
Log.PopLogFolder();
}
... View more
See more ideas labeled with:
Dear, Most iOS applications are developed with SwiftUI. Testcomplete must support SwiftUI. Regards, Hwansung
... View more
See more ideas labeled with:
-
Mobile Testing
Hello all,
I would like to suggest adding a lint tool to the code editor with configurable rules. In teams with multiple members code styles can sometimes be a source of contention. It would be nice if a Team Lead could set a few rules in place within a project to allow for a more standardized code view. Examples: single quotes verses double quotes, use of semicolons, curly brace placement, use of white space as well as others.
Thanks
... View more
See more ideas labeled with:
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
-
Web Testing
For over a year we have been suffering from CucumberStudio Folders and Scenarios being moved to the Trash by TestComplete in indeterminate conditions. Even though we can't nail down the exact reproducible conditions, this issue hits us at least 3 to 4 times a month.
With 12 teams all working in the same CucumberStudio Project and TestComplete projects, this means a ton of defensive work not to lose Scenarios.
I do have a ticket in concerning this issue.
The issue appears to be tied to some automated process where CucumberStudio triggers a sync with TestComplete after some testing is completed. Unfortunately since the previous Sync happened maybe hours ago, any changes in CucumberStudio are overwritten by the older copy that TestComplete has locally, causing new or modified Folders and Scenarios to be moved to the Trash.
If TestComplete had some way to set the synchronization from CucumberStudio to one-way (only take from CucumberStudio), this issue would no longer happen.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Mobile Testing
-
Web Testing
I'm looking for options to rerun the failed BDD scenarios. We have integrated Testcomplete and cucumber studio, I see that we have option to rerun the testcases but they do not support BDD files. It would be helpful if there is a option to rerun the failed BDD scenarios.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Mobile Testing
-
Web Testing
Nearly 100% of the Selenium automation engineers I've worked with have a Java background, so asking them to learn TestComplete AND JavaScript/VBScript/Python is an additional barrier to entry for using TestComplete. It would be great if the record & play scripts could be recorded into the Java language as well.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
-
Script Extensions
Currently, in the Project properties, there is a checkbox to enable posting images on errors. It would be extremely helpful to optionally automatically post images for other message types to the log. Often it is the steps proceeding the error that provide a clue as to what the failure is. A checkbox for posting images for each of the entry types (error, warning, message, event and checkpoint) would be great. I understand the disk usage issues. My response to that concern is that disk space management is a requirement placed on the developer not necessarily the developers tools. Additionally, the impact upon test execution performance may be acceptable in order to debug an error. That would be up to the discretion of each test developer.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Keyword Tests
-
Mobile Testing
-
Test Results
To Highlight an object on Mobile Platform there is no method available, please implement the method for Mobile platform.
... View more
See more ideas labeled with:
-
Mobile Testing
Changing tab order is "must have". But It's enabled only when mark was set for "Tools - Docking Allowed" But when it's set to "enabled", the tab can be dragged out from editor workspace, which often leads to unnecessary restoring default docking. Changing the tab order should be always enabled. When detaching it should be enabled only with "Docking Allowed" marked set active.
... View more
See more ideas labeled with:
-
Desktop Testing
-
Mobile Testing
-
Web Testing
I can find the image file name in iOS object. Because the image name exists in the iOS object.
But I can't find the image file name in the Android object. I wish I can check the image file name in the imageview object.
Because wrong result is occurred when using regioncheckpoint function.
... View more
See more ideas labeled with:
-
Mobile Testing