I am using testcomplete to automate desktop based application. While running the automation pack, the generated test report size is huge because all operations are being saved as screenshot. I am unable to attach this report as evidence. So is there any way to reduce the test report ? Or Any way to select specific screenshot to be a part of report ? Or any way to reduce pixel of images inorder to reduce size ? Thanks In Advance. (Tried compressing, but didn't change size much)
How to reduce size of testcomplete test report?
58 views Asked by Rajat Mishra At
1
There are 1 answers
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in AUTOMATED-TESTS
- Generating wakeup and Error frame In LIN bus using CAPL script in Canoe tool
- Running Test in Azure failed at Cypress: "The plugins file is missing or invalid"
- Playwright - Firefox tests time out, but Chromium tests don't
- Automation testing for Flutter app in complex environment
- Karate mvn clean test does not work as I partially or totally run my features
- Base image question using playwright when performing visual comparison
- im using xpath and cant interact with the textbox
- I want to generate PDF automation report in XUnit using selenium driver and .net in visual studio?
- Run Robot in Jenkinsfile does not fetch the correct test.robot file from Github
- How to use threadpoolexecutor to run two tests and send the result of one as a parameter to the other in python
- How can I integrate a custom Mocha reporter into my test suite to filter out or ignored specific test cases from the test report based on tags?
- Optimizing Test Scenarios in Robot Framework: Reducing Redundancy and Enhancing Efficiency
- How to inject a QR code image for end-to-end testing a QR code scanning app
- how to log request object in playwright API testing
- throwing a StaleElementReferenceException during dictionary iteration in a for loop
Related Questions in REPORT
- how to make certain editable field as non editable in alv report for custom field
- Report: Cased Actively Open during any given Month
- do you know any free reporting services like devexpress or boldreports?
- Cognos 11 Query join problems
- Allure report stuck with a loading spinner after launching index.html from generated report
- I need information about reports
- Azure PublishCodeCoverageResults@2 issue with detailed report for coverage
- how to create in webi a text input control based on partial text or number for filtering a BO Report
- unable to upload Paginated report
- 401 Unauthorized https://api.powerbi.com/v1.0/myorg/GenerateToken
- apexchart javascript grouped stacked bars sometimes not working
- Column Reorder in PBI - I Want to rearrange/sort the order of my data within the columns in my report
- How to update custom reports in Dynamics 365 Field services
- Email based on no entries
- IIS worker process memory keeps increasing with each new devexpress report beeing served
Related Questions in DESKTOP-APPLICATION
- How To Convert Nextjs Typescript Golang Postgresql Web App Into Desktop App
- UI Interface Crashes and Hanging Issues in MFC Application
- WindowsAppSDK resource file modification requires rebuild
- Unable to Publish my ElectronJS app to Microsoft Store
- How to avoid chrome from doing auto Handlers
- Change dark mode using main.js electron
- Is there a way to configure so that pgadmin 4 via browser can continue to work after pgadmin 4 via desktop version is closed?
- Not able to open prompt using .WithPrompt(Prompt.SelectAccount)
- App with sidebar routes in React and Electron
- Finding challenging to call function from Rust to NextJS ( Tauri + NextJS )
- How to configure to open application if click Notifications of my Electron js Applications In Windows Action Center (Notification Panel)
- Auto Logout from Epic Games Launcher
- FlaskUI Desktop App Error: "127.0.0.1 refused to connect" when run as administrator
- How to execute a .py file with a class using .robot file or integrating it to robot framework?
- How to create trustworthy desktop applications that do not conflict with antivirus software
Related Questions in TESTCOMPLETE
- TestComplete C#script runtime error. Object doesn't support this property or method
- Having an issue with steps definition
- Parallel execution in azure devops release pipeline
- Is there any solution for session expiry directly after login?
- In Azure DevOps is it possible to use the Associated Automation tab in a test case to track tests created outside the Microsoft ecosystem?
- JSConfig for SmartBear TestComplete for Intellisense, Autocomplete and JSDoc documentation support in VSCode
- Regex not returning what I ask it to select
- Stop Chrome opening with "Turn on an ad privacy feature" in Azure Pipeline
- Running TestComplete tests with VS Test / Azure Pipelines - no tests are found/run?
- Test complete, Java script: I am performing click operation on standalone application, But I am unable click the element
- How to access item count in TestComplete for BCGPGridCtrl
- Using TestRail .Net bindings with Test Complete CLR Bridge getting could not create SSL/TLS secure connection error
- How to reduce size of testcomplete test report?
- Update test cases under TestComplete
- Get attribute value from XML with TestComplete Javascript
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You set up GeneralEvents (edit the Advanced>Events->GeneralEvents):
Below is my Script That logs a screenshot everytime I issue a Log.Warning() in my testcode:
For explicit do a picture you can add a function and call it directly in your code: