Checkpoint that will recognize when information is incorrect as enterred
I have a have a relatively new web-application. This when I generate the checkpoint while the information is correct and it will validate all the way through the checkpoint itself is incorrect because the data shows that when nothing is selected the system shows that that you can select a update customer and delete customer. These buttons should be disabled. Is there away to get the checkpoints to work so that the regions or property checkpoints will recognize this?Solved1.4KViews0likes4CommentsQuestion about entering the Same web data is prepopulating old data entries
I am creating multiple records for testing purposes however, when I create the necessary steps and create the data. Then go back and run the automation it is supposed to recreate the data with the same information however, the system is automatically prepopulating the previous data that I entered from earlier. Is there away around this so that the system will allow me to enter the same data in all data fields without TestComplete going and finding the old data? My previous records will show up as available as a existing record but I still want to be able to create the same records multiple times.Solved1KViews0likes2CommentsA question about Checkpoints
I have various checkpoints that are going to be setup with this product however as I create new data my the values will be different than what the baseline would be. For example say the baseline uses my name with all the appropriate information in the data. However, I want to set it up as a variable where the checkpoint might have my name but then the next day I have a new persons name and I want to have the checkpoint so that if that new person runs the script it will pass because it is setup correctly with a for various people and different data that may be entered throughout.2.2KViews0likes10CommentsSelecting child elements inside a textnode
I have a parent textnode which populates what looks like a menu option. What I need is to be able to at random select the one of these elements. I have created a csv with the necessary information in it however, I do not know away to select the panel options which are select when I select one of the menu options. Here is an example of a element that is not the parent of the object. The parent is hidden to me. textnode13 Then the following Aliases.browser.pageXXXX.panel10 That is what the elements child name is that appears when I click on the item. Is there away to find out what the parent is of the panel options. Because the menu appears when the textnode is clicked. However, I can't find away to select any of the elements in the textnode menu options. Any ideas on which method to use in order to select the appropriate parent to the panels to add to the script.Solved1.2KViews0likes1CommentWeb Menu Dropdowns Clicks randomly selecting from the menu dropdowns
I am attempting to do menu dropdown selections testing. The menu is itself a textnode until it gets populated by the menu option. When I recorded the original test the menus that I selected populated the menu title with that name. On a regular basis I will have tests that will have menu options that have various names various menus departments and other menu clicks fields the drop list is always changing depending on what was selected from a previous menu option. So one menu option can affect what is in another menu's options. I need to test these dropdown fields randomly and I will not know what is in the dropdown fields. Is there away to do this within TestComplete. Or is there a listing of example code that I can add to the unit script?2KViews0likes9CommentsQuestions about not hard coding Login Credentials in TestComplete
I am working on some other questions that I have regarding the TestComplete during my evaluation process of the product. Is there an easy way to create a test script so that the user credentials are not hard coded into the scripts. textboxUsername SetText "XXXX" Sets the text 'XXXX' in the 'textboxUsername' text editor. textboxUsername Keys "[Tab]" Enters '[Tab]' in the 'textboxUsername' object. passwordboxPassword SetText Project.Variables.Password1 Sets the text Project.Variables.Password1 in the 'passwordboxPassword' text editor. passwordboxPassword SetText Project.Variables.Password2 Sets the text Project.Variables.Password2 in the 'passwordboxPassword' text editor. passwordboxPassword Keys "[Enter]" Enters '[Enter]' in the 'passwordboxPassword' object. Now the way the system sets it up is that its hardcoded with a user name and their password. I want to be able to generate a test where I can setup the code so that the other members on our team will enter their credentials to continue on with a test?Solved1.8KViews0likes7CommentsQuestions about Browser Looping
I am evaluating this product for possible use with for the company. I am attempting to create a test that will run on both Chrome and Edge. I created the test using Chrome and when I originally ran the test on Chrome it works perfectly. Now I have added the looping function to it but when I do that the system launches the Chrome browser then launches the Edge Browser and hangs there eventually it completes the test run for Chrome but doesn't do the test run for Edge using the same steps. Is there a configuration to the Looping feature that is needed? So that it will run all the steps on both browsers.2.9KViews0likes20CommentsFollowing migration to TestComplete 14.61 and Firefox 81, pages and objects are no longer recognized
Hello everyone, I have a problem because on my automatic test development machine, I was with TesComplete 14.60 and Firefox 77 and everything worked perfectly. Having updated TestComplete to version 14.61, I saw that it supports Firefox version 81 (https://support.smartbear.com/downloads/testcomplete/firefox-patches/). I didn't check that TestComplete was still compatible with Firefox 77 and I updated Firefox to version 81. Result,pages and objects are no longer recognized 😪. On the same machine, TestComplete 14.61 is still compatible with Chrome 80🤔 I rechecked the Firefox settings (https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/firefox.html)and everything is okay. Where can the problem come from ? I tried to reinstall Firefox 77 but that doesn't work anymore either. thank you for your helpSolved4KViews0likes7Comments"Unspecified error" when trying to launch Microsoft Edge browser
I'm trying to launch Microsoft Edge (v86, Chromium) from a keyword test. Whenever I run this test, however, it fails on the same step (opening Edge) each time, giving me this error: "An internal error occurred while running the Microsoft Edge browser. Details: Unspecified error" This does not happen with any other browser, and if Edge is already open, tests proceed as normal. It is only Edge and only opening Edge that's causing an issue. Any ideas as to a solution? TestComplete is v14.61 and the SmartBear Test Extension is v14.0.0. The Preparing Edge for Web Testing steps did not prove helpful.Solved1.7KViews0likes3CommentsMicrosoft Chromium Edge comes under Process instead of Browser
Hi I am using Testcomplete 12.60. It was perfectly working with Edge Browser. Once we updated EDGE browser(Chromium Embedded Edge Version 83.0.478.56), its coming under Process instead of Browser in object hierarchy Tree. please find the attached screen shot. Here Chrome and IE comes in Browser type but edge comes in process type. Is it possible to move edge from Process type to Browser type? Or If i updateTestcomplete from 12.60 to 14..., will resolve the issue? Thanks, KamalSolved1.9KViews0likes4Comments