The combox can't select the item, how can i fix it?
When i testing on keyword Test, the error occur,but i can't find a method to solve it, can some one help me figure out the root cause? Tested object: Aliases.QACTLauncher.HwndSource_CalibrationViewWindow3.CalibrationViewWindow.tabControl.m_TreeView.TreeViewItem.TreeViewItem.TreeViewItem.ComboBox (Sys.Process("QACTLauncher").WPFObject("HwndSource: CalibrationViewWindow", "AUDIO BASS BOOST").WPFObject("CalibrationViewWindow", "AUDIO BASS BOOST", 1).WPFObject("m_CalViewDataOpsGrid").WPFObject("m_calViewContent").WPFObject("CalViewsTabControl", "", 1).WPFObject("Grid", "", 1).WPFObject("tabControl").WPFObject("GenericTreeView", "", 1).WPFObject("Grid", "", 1).WPFObject("m_TreeView").WPFObject("TreeViewItem", "", 1).WPFObject("TreeViewItem", "", 1).WPFObject("TreeViewItem", "", 1).WPFObject("StackPanel", "", 1).WPFObject("TextBlock", "bass_boost_mode", 1))Solved960Views0likes3CommentsCan you reference Keyword tests across Projects in a Project Suite?
Is it possible to reference keyword tests between projects in a project suite? For example, if we had set up our project suite, projects and keyword testsas follows... Project Suite: MyTestSuite Project: FinanceSystemTests Keyword Test:SalesInvoiceCreated Project: WarehouseSystemTests Keyword Test: SalesOrderDespatched ...is it possible to add a Run Keyword Test action in my SalesOrderDespatched keyword test which executes the SalesInvoiceCreated test located in the other project? I've given this a try but the Run Keyword Test popup seems to limit the list to just the current project.Solved709Views0likes1CommentCompare text property of two objects
Hello, I am having a simple issue trying to compare two text values in keyword test where one value is greater than other. I had used compare property checkpoint, and the comparision is not correct.(you can see it from the printscreen). After that i had tried to do it in script, same with compare property checkpoint and the result was the same as in the keyword test. Also i had tried to do with if then statement:if (raspSr > vkIznos) then Log.message('ok') else log.error('notok') where i had defined my two variables as a String( var raspSr: string; var vkIznos: string), but it doesnt help. I constantlly get the incorrect results for everything mention above. I am sending you the printscreen results, any help will be welcomed.Solved1.7KViews0likes4CommentsScheduling TestComplete Keyword Tests with Microsoft Task Scheduler
Hello, I am trying to schedule my TestComplete keyword tests to run automatically when I am out of the office. After doing some research, it seems as though Microsoft Task Scheduler can help me achieve this goal. However, I am relatively new to TestComplete, and was wondering if anyone could provide me with more clarity on this process. Thank you.1.2KViews0likes1CommentSuppress automatic description fill during recording of a keyword test (keep it blank).
After recording a keyword test, the first thing I do is blank out the description for every new line. Here's why: The concocted description gives no added value. You can look at the other three columns and figure things out easily. When I want to override the concocted description with my own comment, it blends with the other lines that have concocted descriptions, thus, camouflaging my descriptions that I want other testers to see easily. Having unnecessary descriptionsbloats (a weelittle bit at a time) files that have to be checked in to source control. So the idea in baxatob's community postis great and would meet my needs. A variation of this idea would be an all-time option to enable or disable. If it is enabled, you could press an option to blank outconcocteddescriptions in all lines of the current test after it has been recorded (excluding lines that have already been manually edited, which is already being tagged as in the keyword test file asDescriptionEdited="True"). (One might say I should use Comments to do what I am wanting. However,I use "Comments" to introduce a section of operations, and Description to giveexplanation on a specific line of code as needed. So, I use both Comments and Description) (Note: This idea pertains only to Keyword Testing, not converting a Keyword Test to a script, which does have a mechanism to strip out Description.)2.2KViews1like0CommentsNetwork Suite Jobs: Keyword-Test selection
Hi, i use TestComplete and TextExecute on a remote machine. In my TestComplete workspace i got many Keyword-Tests. Now i want to add multiple tests to the Jobs in the Network Suite but i can only select one test at once and it takes its time until the test is loaded from the remote TestExecute into the NetworkSuite.Why it took so long to choose and load a test for a NetworkSuite Job? I want to quick add multiple tests to the Job list without waiting after each new test added. It should be possible to drag and drop the KeywordTests in TestComplete to the NetworkSuite Job list. Furthermore i didn´t understand the behavior of the remote test selection window. There is no directory hierarchy like in the project workspace and i have to scroll across a large list of test and the next bad thing: the lists isn´t sortedalphabetically. Searching the right test in a list withover 200 KeywordTests without directory structure or sorting function is a time-killing job :) Hope you will find a better way for this. Long live the softwareergonomics!8.4KViews5likes5CommentsKeyword test - How check If image exist
Hello, For test a smartphone application, I want find an Image between other images and touch this. I've defined in Test Complete the image I would found. If this Image is visible at the screen t the beginning of the test, all works correctly. But if image is not visible (slide needed) , It doesn't work. I want to make a test like this (using keymord, I'm not very comfortable wth scripting) : Label : If Image exists Touch Image Else bottom slide Goto label End if But in condition of "IF...THEN" fnction, I can't find a test about visibility of an Image. I tried also While loop , but i can't find a test about visibility of an image.4.1KViews0likes8CommentsA "Select Parameters ..." button on the Edit Expression window
When editing a keyword test and writing a code expression there is buttons for selecting an On Screen Object, an Object and a Variable. Clicking any of these opens up a nice easy to use wizard, rather than having to type the expression. Could we have a buttonfor Parameters added to this screen?