ContributionsMost RecentMost LikesSolutionsRe: Add feature to create Bug/Issue in Azure DevOps from TestComplete Done Re: Add feature to create Bug/Issue in Azure DevOps from TestComplete Would really love to have this feature in Test Complete. Compare copied text to what is in DB Table For a keyword test, how can I compare a copied text to see if it is showing in a DB Table? I already know it is in there, just need a test to do checkpoint test. Test Complete - Send Email Function in Test Complete Hi all, I have this python script that sends out email when all test completed, how can I send an email when the tests failed. similar to this one. So Stop Project On Error and send email def Test(): if SendMail("testerone@home.com, testertwo@home.com", "mail.ccc.govt.nz", "Tessie Tester", "tessietester@home.com", "Standard HCEA Online Forms", "Hello Team, all the following tests has passed in HCEA QAS:" "\n \n Report an Issue \n" " - A01 - Create Feedback Complaint Ticket\n" " - A02 - Create Feedback Compliment Ticket\n" " - A03 - Create Feedback Suggestion Ticket\n" " - A04 - Create Dog Problem Ticket\n" " - A05 - Create Dog Education Training Session Ticket\n" " - A06 - Create Security Issue Ticket\n" " - A07 - Create Pests, Odour Or Insect Problem Ticket\n" " - A08 - Create Trees, Weeds Or Grass Problem Ticket\n" " - A09 - Create Water Problem Ticket\n" " - A10 - Create Assisted Wheelie Bin Collection Ticket\n" " - A11 - Create Damage Maintenance Issue Ticket\n" " - A12 - Create Pressure Wastewater System Ticket\n" " - A13 - Create Graffiti In a Public Place Ticket\n" " - A14 - Create Litter In a Public Place Ticket\n" " - A15 - Create Potholes Ticket\n" " - A16 - Create Road Hazard Ticket" "\n \n Report an Issue - Log In Required \n - B01 - Create Damage Missing Wheelie Ticket\n" " - B02 - Create Missed Wheelie Bin Collection Ticket\n" " - B03 - Create Wheelie Bins At New Property Ticket" "\n \n \n Kind Regards,\n \n Colin"): Log.Message("Mail was sent") else: Log.Warning("Mail was not sent") Re: Test Execution Summary I have two different projects and only have a Test Execution Summary, is it something at Project level I didn't set up correctly Making word Bold with Python script Hi all, If I have this script: def Test(): if SendMail("ClareJ@clarejeffersoncorp.com", "mail.johnsmithcorp.com", "John Smith", "JohnS@johnsmithcorp.com", "Notification", "Hello Clare, Your application is nice.", "C:\\File1.txt", "C:\\File2.txt"): Log.Message("Mail was sent") else: Log.Warning("Mail was not sent") How can I just make "Notification" Bold? Make specific work on Python script bold Hi there, If I have a script like this how do I make say Test 02 - Create a Graffiti Ticket word Bold? def Test(): if SendMail("Test.User@home.com", "mail.home.com", "Test User", "Test.User@home.com", "Weekly Keyword Test Run in C4S QAS", "Hello Warren, all of the following tests has passed:\n \n Test 01 - C4S Browser Log In\n Test 02 - Create a Graffiti Ticket\n Test 03 - Create a Vegetation Ticket with Cause Category and Work Order\n Test 04 - Create a Pothole Ticket with a Work Order\n Test 05 - Create a Drainage Plan Ticket with a Sales Order\n Test 06 - Create a Res Water Connection Ticket with a Sales / Work Order\n Test 07 - C4S Browser Log Off.\n \n Kind Regards,\n \n Colin"): Log.Message("Mail was sent") else: Log.Warning("Mail was not sent") Re: Sharing Projects and Project Suites Among Several Testers - Shared Mode Thanks, Will this mean that if the tests gets updated, they will have the latest code as well? Sharing Projects and Project Suites Among Several Testers - Shared Mode Hi there, What is the best way of creating a shared folder so I can get the testers to execute the test in test execute. Re: Re: Running Tests via Command Line I have used the following: TestComplete.exe "C:\Work\My Projects\MySuite.pjs" /r /e TestComplete.exe "C:\Work\My Projects\MySuite.pjs" /r /p:MyProj /t:"@Tag1" This is the one I'm trying to use now: TestComplete.exe "C:\My Projects\MyProj.mds" /r /sl:"C:\logs\new-log.txt". I would like it to execute on the ones I selected in my Execution Plan but it prompts me to run other one too that is not selected.