Issue sending Environment variable to TestComplete via Azure pipeline using command-line Parameters
Hi there, I'm trying to create an Azure pipeline to send project Environment variable called environment to Test complete to change the testedApp based on the environment variable set in the pipeline. I've followed the instructions onPass Environment Variables to TestComplete Tests | TestComplete Documentation (smartbear.com) But, it doesn't seem to work. Is there any other setting that needs to be done?Solved3.7KViews0likes6CommentsHow To Shorten the Length of a String Parameter
Hi, Everybody!... I wish to load test a SOAP web service. One of the parameters needs to be unique for each invocation. I am presently using${=java.util.UUID.randomUUID()}. Lamentably, I am getting the following error:String '<some UUID string>' is too long (length: 36, maximum allowed: 35). How can I shorten the length of the parameter? Please advise.Solved2.7KViews0likes13CommentsHow to run a TestComplete test between mutiple instance of Chrome using different user profile
Hello. In Test Complete, Is it possible to open two instances of Chrome at the same time using different user profile, and executing the tests between both profiles? The reason of my question is that I have the following manual test case I would like to automate using 2 chrome sessions running at the same time. It is important for both Chromes not to use the same user profile. 1) LaunchChrome (1) usingprofile(1) 2) On Chrome (1) - Log on as user1 onto the web app. 3) On Chrome (1) - Create a patient and assign patient to user 2. 4) On Chrome (1) - Make the call for user2 to accept the patient. 5) Start another session of Chrome, but with profile (2) and keeping the other session of Chrome(1) opened. 6) On Chrome (2) - Log on as user2 7) On Chrome (2) - Check patient is in user 2 list. 8. On Chrome (2) - Accept user 1 call and perform a few actions. 9) On Chrome (2) -user 2 return patient to user1 10) Return to Chrome (1) 11) On Chrome (1) -User 1 ends the patient visit after a few actions 12) Both users logs out. I hope someone can help explain how it can be done by example. Thank you.Solved2.3KViews0likes23CommentsBatch file closing before completing all steps
I have a batch file in TestedApps which I am executing via a script. It is running/opening but seemingly only running the first command I have and then closing and the test is marked as successful. If I run the bat through Windows and not TC, it runs the whole thing fine. How can I get TC to run this whole script without stopping/closing?Solved2KViews0likes4CommentsTestExecute : store test variable to Project Suite
Can TestExecute be able to store new Test Variable onto Project Suite like how TestComplete did? Currently, we have multiple Projects that export data into Project Suite and store those data so that other Projects can reuse the same data. Our TestComplete works nicely with this feature, but somehow TestExecute cannot save/store new data onto TestExecute Project Suite for other projects to reuse them. Any suggestion? Example function logData () { Project.Variable.newData = (data); ProjectSuite.Variable.newData = (data); } This works really well within TestComplete but not TestExecute.1.5KViews0likes11CommentsObject spy issue for a desktop application
There is an issue in object spy, The object which I want to find is in the bottom end of the application, But TestComplete is identifying somewhere else when using object spy, Attached screenshot for reference, Marked in green for the required object, and Red box is the TestComplete highlighted object. Please suggest me what to do? rraghvaniAlexKarasmikefMarsha_REgg1.5KViews0likes30CommentsUnable to spy the objects desktop application
Hi Support, I am working on desktop Libra Office application and I am unable to spy the objects. When I am trying to identify, only window is getting highlighted and the child objects are not getting identified. Regards, Naveen ->In object Spy image you can see only application boarder getting highlighted. -> I have also added few property values in text recognition section in [refer image no 2 image ] ->I have also added extended property intext recognition section [refer image no 3 image] ->I have also updated the MSAA [refer MSAA object image ] rraghvanichrisccbschwassMisterBdhasadeautomation_phTNeuschwangerMarsha_Rkevin_kapelldnguyendnguyen303Emil91chriscctjohnstjohnpstjohnTJohnsonkentjohnstonchichepo4fmlMW_Didata1.5KViews0likes6Commentshow to open excel file using TestComplete
@Marsha_R I am not able to open excel file using this methd , though its is getting passed but required action is not taking place function ExcelExample() { // Get the sheet of the Excel file var excelFile = Excel.Open("C:\\Users\\Public\\TestInput\\ChartInput.xlsx"); var excelSheet = excelFile.SheetByTitle("Sheet1"); }1.4KViews0likes12CommentsUnable to run scripts using Edge as a TestedApps in TestComplete
Hi, I have some scripts to run a web application in Edge chromium web browser however when I run the test it throws a "The object xxxx does not exist." The application contains 4 input fields and a button. The script attempts to populate each field with data and click the button however it does not recognize the objects. When I try to use the Object Spy, it does not recognize the objects either - just shows a red border to the browser window instead of the fields. I have added Edge as a TestedApps, Edge does contain the TestComplete extension and I have ticked * option in the List of accepted windows in Current Project Properties > Open Applications > MSAA section. All other suggested settings for Edge in the TC documentation has been set. TestComplete version = 15.44 Edge version = 106.0.1370.52 I used to be able to access the objects and spy the objects a while ago but now something has changed and I'm unable to run any tests using Edge. Any suggestions appreciated! Thanks.Solved1.4KViews0likes11Comments