General discussion

  • Creator
    Topic
  • #3987176

    Feature Flag Use in Software Testing Phase

    by palak231 ·

    ” Hi this is Palak Sharma
    I am in final year of my engineering. We are planning to develop a software application for final year project, campus interview is also near and this software application will also help in that phase
    . I am learning about Feature Flag and other things, I am little bit confuse about how it can be use in testing phase, can anyone give their suggestions on this, would be a great support in this regards.
    Hoping for some positive response.
    Thanks”

You are posting a reply to: Feature Flag Use in Software Testing Phase

The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.

All Comments

  • Author
    Replies
    • #3987197
      Avatar photo

      Reply To: Feature Flag Use in Software Testing Phase

      by kees_b ·

      In reply to Feature Flag Use in Software Testing Phase

      Feature flags basically are check boxes to turn certain functionality on or off. For example, show line numbers in a text processor or don’t show them. The special thing is that they can be turned on and off remotely.

      You have to test if they work and don’t interfere with other functionality, like you have to test all other functions of the software.

      • This reply was modified 1 year, 7 months ago by Avatar photokees_b.
      • This reply was modified 1 year, 7 months ago by Avatar photokees_b.
    • #3987562

      Reply To: Feature Flag Use in Software Testing Phase

      by palak231 ·

      In reply to Feature Flag Use in Software Testing Phase

      Hi @kees_b thanks a lot for your reply, you just put your knowledge in simple and easy way which is really beneficial for me and may be lot of the users. I have also seen an article where author published detailed information about it, I am reading about feature flag from here.

      https://absmartly.com/blog/what-are-feature-flags

      Thanks

Viewing 1 reply thread