qa

How do startup companies add new features to their product while it's live? [closed]

强颜欢笑 提交于 2019-12-08 13:35:32
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . How do startups like say Feedly, or Buffer make changes to their code, by adding a new feature and at the same time testing it out without breaking things? Is there a framework for sandboxing, does it have to be built in house, or is it just cloning the git repo on a localhost and

Visual Studio 2010 Ultimate - Data Generation Plan Setting Incorrect Data Type for Column

て烟熏妆下的殇ゞ 提交于 2019-12-08 03:52:45
问题 I have been looking into how to generate test data in our database so that we can test CRUD operations without running into foreign key constraint issues on insert. The approach I decided to take was through Visual Studio 2010 Ultimate's Data Generator feature. Setting up the Data Generator plan for our specific database wasn't too difficult, but I am being held up by a data type issue. Specifically, one of the columns in the database is set to be of type Bit; however, the data generator plan

VSTS: How to get all linked work items since last successful release to production?

假如想象 提交于 2019-12-08 02:45:00
问题 We are using Visual Studio Team Services w/ GIT and VSTS Release Management. We are running a continuous delivery model using pull requests. So each merged pull request triggers a potential release from an according build that ultimately would end up in production. Each release lists the linked work items associated to the according direct pull request. VSTS states: All work items that were included in commits will be displayed in the below list. Comparing current release with %previous

Ideal dev/test/QA environment for development

旧巷老猫 提交于 2019-12-07 06:56:16
问题 I am working to rebuild my company's dev/test/QA environment. We have 10-15 programmers that are involved in a number of projects. They currently all develop locally on their PCs and use the dev environment for testing. We currently do not have a QA environment, so deployments are frequently a pain because bugs are usually found after something has gone live. Here's what I envision: Doing away with everyone's local admin privileges and making everyone develop on a dev server Create a QA

How can QA test multiple features at once with feature branching in Gitflow workflow?

你。 提交于 2019-12-06 12:49:07
问题 If developers were to work on different branches for different features I understand that they can give a QA build from the feature branch and once it is tested it can be merged with "develop". But if the QA team is fairly large and can test multiple features at once how can they be given a build containing features that are residing in different branches? 回答1: But if the QA team is fairly large and can test multiple features at once how can they be given a build containing features that are

Selenium WebDriver waitForElementPresent when Javascript refreshes

霸气de小男生 提交于 2019-12-06 11:29:44
问题 I have a Selenium script (Python) using WebDriver that does WebDriverWait(driver, long_wait).until( EC.presence_of_element_located(find_element(driver, selector)) ) However the page the script is "waiting" for the element to appear on is using Javascript to refresh itself. The page refreshes itself every second and a "success" element will appear after a few refreshes. It appears upon refresh the above command exits however I want it to wait indefinitely (or for a long period) even across

VSTS: How to get all linked work items since last successful release to production?

£可爱£侵袭症+ 提交于 2019-12-06 09:38:00
We are using Visual Studio Team Services w/ GIT and VSTS Release Management. We are running a continuous delivery model using pull requests. So each merged pull request triggers a potential release from an according build that ultimately would end up in production. Each release lists the linked work items associated to the according direct pull request. VSTS states: All work items that were included in commits will be displayed in the below list. Comparing current release with %previous release%. However, not all pull requests make it to production, although they have been merged into the

How to find byte sizes of R figures on pages?

落花浮王杯 提交于 2019-12-06 09:28:31
I would like to monitor the basic quality of the figures produced in R on individual pages such as byte size of each page, ... I can now do only quality assurance of average pages, see the following chapter about it. I think there must be something builtin for the task than average measures. Code which produces 4 pages in Rplots.pdf where I would like to know the byte size of each page in an output here; any other statistics of the page outputs is also welcome; you can get the basic memory monitoring by objects here but I would like it to correspond to the outputs in PDF # https://stat.ethz.ch

Automating UI test with Google Auth

依然范特西╮ 提交于 2019-12-06 09:24:49
问题 I am running automated tests (using Protractor and PhantomJS) on a Web UI tool that uses Google authentication (you have to log in with a Google account). I am running into issues because my CI server is located a few thousand miles away, and Google blocks those login attempts. Even after I confirm the device, Google will force two-factor auth on those attempts (even though I have two-factor turned off in that account). Which means every time I run an automated test I'm going to have to check

Visual Studio 2010 Ultimate - Data Generation Plan Setting Incorrect Data Type for Column

本秂侑毒 提交于 2019-12-06 06:09:24
I have been looking into how to generate test data in our database so that we can test CRUD operations without running into foreign key constraint issues on insert. The approach I decided to take was through Visual Studio 2010 Ultimate's Data Generator feature. Setting up the Data Generator plan for our specific database wasn't too difficult, but I am being held up by a data type issue. Specifically, one of the columns in the database is set to be of type Bit; however, the data generator plan is setting the data type to int. From here, the only generator options I can select are Data bound