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.2KViews0likes1CommentKeyword 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.1KViews0likes8Comments