123ArticleOnline Logo
Welcome to 123ArticleOnline.com


Here's the recent articles submitted by fleek solutions

Articles By fleek solutions

Page: << <    1 [2]  3  4  5  6    >  >>


Who Are You “a Boss Or A Leader”?    Submitted as: Fleek IT Solutions
Have you ever wondered how some people manage to command a room just by entering it? Have you ever got the feeling that how quickly you get convinced and moved down by other people's ideas or suggestions? How do you feel that positive energy when you are around that person and you start admiring him/her?(read entire article)
View : 132 Times
Category : General

Regression Testing Approach And Tools    Submitted as: Fleek IT Solutions
When it comes to a software solution, periodic updates to the functionality and features of the program are essential. When a product's life cycle progresses, maintaining a balance between iterative testing and sprint work (agile software development) and effectively managing conflicts can be difficult. This is where regression testing comes in, so that it can be set.(read entire article)
View : 142 Times
Category : General

How To Integrate Testrail With Pytest?    Submitted as: Fleek IT Solutions
What is Pytest? Pytest is one of the famous test automation framework which comes inbuilt with python. You can use this framework to automate API and Functional testing of desktop and web applications. What is TestRail? TestRail is a Test Management tool. In this tool you can create Test Plans, Test Runs, Test Cases and customize fields of test cases as per your project need. This tools is used at all levels of testing from Project Manager to Software Testing Engineer. Why Integration is Needed When we run automated tests of Smoke or Regression test cases, we have to update the results of each test case in the Test Management tool. In Test Management tools we can generate metrics based on results of each test case result and present to Test Leaders for analysis. TestRail provides API for integration, you can refer documentation on this link Click Here Let's assume we have 100 Test Cases which are required to run under Smoke/Regression Test. The below steps need to be performed including Authentication, Creation of Test Run (New Test Case ID created for test cases included in Test Run), Update test cases inside test run based on results by automation scripts. Sample Code for Authentication client = APIClient('URL') client.user = 'UserID' client.password = 'Password' Sample Code to Create Test Run and Assign new Test Case ID def createTestRun(self, test_ids=[], name="Test Run Name"): response = client.send_post( 'add_run/1', {'suite_id': 1, 'name': name, 'include_all': False, 'case_ids': test_ids } ) global run_id run_id = str(response["id"]) Sample Code to Update test Cases def updateTestCase(self, testCaseId, result): global run_id if result == "pass": status = 1 elif result == "fail": status = 5 # else: # self.log.failed("Unknows Status ID for TestRail test update. Please use 'pass' or 'fail' for the tests.") print(testCaseId) print(run_id) response = client.send_post( 'add_result_for_case/' + run_id + '/' + testCaseId, { 'status_id': status, 'comment': 'Test Executed - Status updated from Automated Smoke Test Suite' } Tags: API automation using python, automation testing, Automation Testing company, Automation Testing Services, Functional automation, Independent software testing company, independent software testing services, pytest, software testing services, testrail(read entire article)
View : 126 Times
Category : General

Api Testing Impact On Development Process    Submitted as: Fleek IT Solutions
Instead of testing the APIs themselves, developers and testers are stuck in manual tests, where the user tests the application at UI level and waits for the entire application stack to be built before they can start testing them. Automation testing can be run to test applications at the API level by designing test cases that interact with the APIs and offer numerous benefits, including the ability to test the business logic layer in a simple, automated, and stable way. Instead of testing the API itself, developers and testers can stick to the application UI user testing levels and wait for the entire application stack to be built up to start testing.(read entire article)
View : 180 Times
Category : General

Need Of Software Testing Outsourcing In The Market    Submitted as: Fleek IT Solutions
Despite small setbacks due to the pandemic, global demand for qualified IT specialists is growing by leaps and bounds. The global emergence of digital technologies such as AI (AI), cloud computing, and the Internet of Things (IoT) is expected to boost demand for outsourcing software testing services during the forecast period. The rise of the IT sector and the growing need for software development in emerging markets are expected to boost demand for outsourcing software testing services worldwide. When it comes to completing a software project on time and with as few bugs as possible, managers are faced with the question of whether to outsource software testing, deploy their own team, crowdsource or do without testers altogether, which is not recommended. In addition to competitive pressures in the software export services industry, technology companies in particular and IT outsourcing companies in particular need to find ways to create different values to ensure the existence of the development market.(read entire article)
View : 120 Times
Category : General

Owasp Zap: A Dive Into Web Security Testing    Submitted as: Fleek IT Solutions
Securing websites are indispensable these days. So to make web applications secure, there are many tools which are used for scanning and finding out vulnerabilities of applications. So here you will see an easy way to run web penetration using ZAP (zed attack proxy).(read entire article)
View : 174 Times
Category : General

Automation Testing Through Cypress    Submitted as: Fleek IT Solutions
Cypress is a tool that contains all the necessary components for testing web pages in a package to speed up test writing. The package.json helps to track which packages are installed in the Cypress Automation Framework and it also helps to create shortcut commands to perform tests.(read entire article)
View : 140 Times
Category : General

Battery And Cpu Utilization Testing For Android    Submitted as: Fleek IT Solutions
Everyday many applications are launched and everyone is using applications like shopping, games, utilities. People are using apps that are not compatible with their devices so it is important to measure the battery utilization of the application while testing it. When you get worried about more battery consumption, it's fair to find out what is causing the drainage of the battery. So we always have to test the battery consumption when we develop the application.(read entire article)
View : 148 Times
Category : General

Cypress : Next-generation Modern Automation Testing Tool    Submitted as: Fleek IT Solutions
Cypress is a web automation testing tool which is used to automate testing for modern web applications. Cypress doesn't build on Selenium WebDriver. Cypress is fundamentally and architecturally different than Selenium. It is based on Mocha and Chai syntax which is common amongst the Javascript users. If one has ever worked with Javascript, it will be especially easy to start using Cypress.(read entire article)
View : 133 Times
Category : General

6 Essential Elements For Successful New Hire Check-ins    Submitted as: Fleek IT Solutions
The “checking in” with new employees is important to ensure their employee experience is going well. This can occur in-person or online. The goal of a new hire check-in is to ensure that workers are able to concentrate on their jobs, which eventually promotes employee engagement and retention. The challenge is not to convince someone that check-ins are important. That's what organisations think. The goal is to create a check-in method that would be accepted by the organisation.(read entire article)
View : 146 Times
Category : General

See As RSS
Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: