Handling 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.162Views0likes13CommentsTestComplete 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.66Views0likes4CommentsIf 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.Solved109Views0likes6CommentsSend 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!82Views0likes3CommentsUnable 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 !66Views0likes4CommentsIf ... 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?83Views0likes5CommentsUse Variables in the sql connectionstring
Hi there, I'm using 2 environments and 2 databases: 1 to create the testcases and 1 to execute them I want to check the results with DBTables Custom queries (SSMS) and I have i.e. next connectionstring: How CAN I make this string Variable ? When I login at the ALPHA-environment I want in the string ALPHA and server01 When I login at the BETA-environment I want in the string BETA and server02 Greetings, Sjef van IrselSolved824Views0likes6Comments