At Qxf2 Services we do hackathon yearly once. We believe that this gives good learning and we can believe in ourselves do our work faster. This year, I took Kivy and developed a desktop application. You usually think is it possible for us to develop an application without having basic knowledge of the framework? Yes, you can do it. I […]
Developing a simple Kivy application
AttributeError: ‘module’ object has no attribute ‘find_dotenv’ while running Flask app
We have a Flask app “cars-api” to help testers learn to write API automation. One day we hit across this issue while running the app File “C:/Git/cars-api-master/cars_app.py”, line 234, in app.run(host=”127.0.0.1″, port=5000) File “C:\Python27\lib\site-packages\flask\app.py”, line 910, in run cli.load_dotenv() File “C:\Python27\lib\site-packages\flask\cli.py”, line 600, in load_dotenv path = dotenv.find_dotenv(name, usecwd=True) AttributeError: ‘module’ object has no attribute ‘find_dotenv’ I looked at the […]
Internship with Qxf2 Services
We are going to be selecting 3 QA interns to work with our engineering team. Read this post carefully to learn how you can apply for the internship. I. Internship details: 1. Company: Qxf2 Services 2. Location: Hoodi circle, Bangalore 560048 3. Role: QA intern 4. Start date: 26-Mar-2018 5. End date: 29-Jun-2018 6. Stipend: Rs 10,000 per month II. […]
State of Testing Survey: 2018
Hey, Testers. It’s new year!!! and State of Testing Survey 2018 has gone live. Please consider participating in the survey and start the year by contributing to the testing community. Why take the survey?: This is a worldwide survey that tries to identify the existing state of testing. Taking the survey is one step into bringing more transparency into our […]
State of Testing Survey: 2017
It’s January. Which means the State of Testing Survey 2017 has gone live. This is a worldwide survey that tries to identify the existing state of testing. Taking the survey is one step into bringing more transparency into our profession. If you are a tester, please consider participating in the survey. Like most surveys, you will receive a report with […]
AttributeError: ‘module’ object has no attribute ‘load_dotenv’
I needed to use the dotenv module in Python. I tried the usual pip install dotenv Wohoo! I was able to import dotenv without any trouble. It was easy enough to install. Python is so intuitive, right? Well, not in this one case. When I ran my script, I kept getting the error: dotenv.load_dotenv(os.path.join(MY_CURRENT_PATH,’.env’)) AttributeError: ‘module’ object has no attribute […]
Coming soon
I’m suffering from writer’s block. In the meantime read this 6 word short story by Ernest Hemingway. “For sale: baby shoes, never worn.” —Qxf2 Arunkumar MuralidharanI want to find out what conditions produce remarkable software. A few years ago, I chose to work as the first professional tester at a startup. I successfully won credibility for testers and established a […]