Object doesn't exist
Hello Smartbear Community, We have a inhouse built Android mobile app (A) that invoke another inhouse built mobile app module (B) during the user flow of the of the mobile app (A). We record and play our Keyword tests and are in pretty early stages of the Test Complete implementation in the QA environment. We realised the playback of the recorded script failed persistently, and upon quick checking, found that the test looks for object from mobile app module B, which for some reason it couldn't find at all and fails persistently with error popup as below: Unable to highlight the 'Aliases.device.processMobileAppB.scrollViewSvContainer.spinnerActvDropdownQuestion2' object on screen, because it does not exist. Just to add, we don't have custom Name Mapping library and use whatever is captured during recording, does that spell issue? Also, whatever we record, its pretty slow playback, like even a simple test with few UI selections takes like minutes on each screen. We are on latest TC 15.0.X.0. Any feedback is much appreciated.80Views0likes4CommentsCannot select certain web elements anymore
Hello! So earlier this week my test started failing, nothing have been done update wise or anything since its always a virtual machine reverting back to its checkpoint each time it tests. But since this week test complete has not been able to click on certain web elements, its like there is a window behind it, when it tries to select the hamburger menu (arrows pointing) the whole window gets selected. Same thing happens with login page Anyone got solution for it? tried to update complete to latest, latest windows etc but no result.153Views0likes1CommentHandling Radio Buttons Using If–Then in TestComplete Keyword Testing
Kindly review and guide me on how to handle if…then conditions in Keyword Testing. My application under test contains radio buttons. Please guide me on how to configure the If…Then operation when: Value 1 is based on object identification What should be defined in Value 2 for proper condition evaluation? Additionally, please advise which method is best for handling these radio buttons in Keyword Testing, as shown in the attached screenshot.281Views0likes13CommentsTestComplete Keyword Order Execution
Please confirm: Is keyword testing required to follow a strict sequential order, or can we execute keywords non-sequentially? For context, our webpage has fields distributed across various containers. We want to know if TestComplete supports jumping between sections (e.g., from top to bottom, then center, then back to top) during testing.122Views0likes4CommentsIf statement
I need help about if...then statement in keyword testing. I'va an form where an column contains two LOVs i.e., Yes & No. When user select Yes more additional fields are appearing and if user select No it remains normal. I'm confused how to handle such scenario via if...then statement.Solved229Views0likes6CommentsSend Request Operation - Response Body?
Is there no way to use the Send Request operation GET method and save it to a variable? I created a keyword test that will only open the URL on a server. It grabs a password from CyberArk that changes every day. Because of CyberArk's security, the URL will only open in the server. The Send Request runs but since there's no response body option, there's no where to save the json that it grabbed. I've already tried assigning a variable to the Body, but that's a request body, not response body so it doesn't work. I've tried just coding it but just gives a syntax error on the server/pipeline, but when ran just in TestComplete, it gives a certificate authority is invalid which means it should work fine. Is there a workaround for being able to set the response body as a variable on a Send Request operation so that I may parse the JSON. EDIT: found a solution using script only, thanks!133Views0likes3CommentsUnable to click second item/object in File Explorer
Hello ! I just want the test automation to navigate to second folder (RT1.0) in this case, it is always changing name so cant go on that. I tried using keyboard nagivation but sometimes it goes to the bottom if i just have Down + Enter keys. Am i doing something wrong? or why is it so inconsistent, im using keyword tests if that helps. Thankful for help !179Views0likes4CommentsIf ... Then issue
Hello ! Backstory: Trying to get it to click on a button IF it is set to "off" so use the "onscreen object" and choose the property of the button "ClrFullClassName" which has property "off" and then equals the same. Which works fine when the button is actually Off, it will turn on correctly. But if it is already On, it cant find the property and it will fail the test, i just want it to continue if it is already set to ON in the first place. Shouldnt it be If ... Then, and then else in the end as shown in the image?131Views0likes5Comments