Unanswered Questions
Share your knowledge and expertise with the community.
End-To-End Testing Process in Agile Teams & Its Benefits?
One of my friends suggested I migrate to SharePoint , but I don't have much idea about it and currently facing some issues while migrating , does it really require a skilled person or any other field developer to do it
Hi everyone! I am curious to learn which tools you are using to support your team when going through discovery/3 amigos sessions, formulation, and automation? Are you always able to automate your scenarios or finally end up testing some of them manually?
What are the kind of certifications or new skills that can be learned for a Software tester with 5 years of experience. Is there any tool-based certification?
I need a automaction script which generates the locatore/xpath present on web page.
An organization is to undertake a multi-phased project. The sponsor wants to pursue the project objectives as they have been planned but also wants to accommodate and adjust to new information and changes in the environment as the project progresses.
In my application everytime to login after i enter the user name and password a authentication token will be generated.
My question is how do i store the token in the browser and use the same token everytime while logging into the application
Need assistance in choosing the best option between two popular project management tools - MS Project and Asana. When choosing between these two, I pay special attention to functionality, pricing, and integrations. Thanks in advance.
User should be able to filter the date range from the drop down box.
9 date range options available:
·
Last 24 months
· Last 12 months
· Last 6 months
· Last year
· This year
· This quarters
· Last quarters
· This month
· Last month
Thank you!!
Any test cases suggestions for the following requirement?:
User should be able to filter the date range from the drop down box.
I have TC-1_To verify date range filter functionality in drop down box
but I tink that's not right. Help!
Hello everyone. Please help me find a device farm. I want a farm with performance statistics collection
I see it this way - we are writing a bot that can emulate player behavior. Next, we launch these bots on the farm on devices of different tiers. The farm records fps during the game and generates a report. Next, I look at which devices we have problems with and ask them to optimize. It is important that the farm has an API, with which I would pause/unpause the FPS recording (so as not to record useless FPS drops, for example, while loading a level).
cool if the farm can collect
- fps
- consumed RAM
- load on processor
Thank you!
I am using Azure Databricks with Blob Storage. In my Python Notebook, I wanted to read a raw string using spark.read(). I dont know how to read a string with this methodology, if not this then is there any other way by which I can read a string value directly using spark. Because then I need to write that particular string in a text file using df.write.format("text").save([path]).
Currently I am only able to read contents from a file using spark.read.text([path of file]). So, instead of reading from file I directly wanted to pass a string value.