Microsoft Test tools - codedui, MTM, Test professional interview questions - SQA Geek

Quality is never an accident;
it is always the result of intelligent effort.

Post Top Ad

Friday 8 August 2014

Microsoft Test tools - codedui, MTM, Test professional interview questions

Hello everyone - here are few frequent questions and answers that we have been getting asked below.

Automation

Q: What is the difference between what Microsoft Test Manager offers and Record and Playback?
A: Test Manager's record/playback is intelligent and robust. We try to figure user intention based on actual captured input to reduce dependency on specific location of controls, etc... Focus is on helping manual tester accelerate through some already recorded steps.

Q. Can testers view and modify code created by the recorder?
 A: While the action log created by the recorder cannot be modified, you can create a Coded UI test (either C# or VB.Net code) which can be viewed or modified in the Visual Studio IDE. We made the rerecording of the actions easy enough that we don’t expect you to edit the recording.

Q. How does the “assisted manual testing” react to UI whose properties are dynamically generated?
 A: This should work fine as long as the generated properties are deterministic. Here is a blog that enables you to control search properties.
  
Q. How easy would it be for a developer to re-use the rich bug to test the fix?
 A: This is fairly straight forward. If the test has been automated, the developer can open the associated test case, choose to run the test case and playback the recorded actions against the fixed application.

 Q: Would you recommend leveraging the UI automation created in Test Manager in a performance test?
 A: While UI automation can be used in a performance test, that would not be our recommendation since you won’t be able to drive significant load using a UI tool that will bottleneck at the UI layer. Instead you might be better off using Web Performance Tests to drive the server load without the UI dependency.

 Q: When you convert test actions to code, what languages do you support?
 A: We generate either C# or VB.Net code from the recorded actions.

 Q: Can you parameterize your automated tests to run for multiple sets of data?
 A: Yes, you can parameterize your tests to be run for multiple sets of data.  If you like, the data stored on a parameterized Manual Test can  be bound to and leveraged by it's automated counterpart.
  
Q: Can you drive your automated tests from data in a database?
A: You can bind your automated tests to a database to run them for multiple iterations of data.  Please refer to this article for more details.

 Code Coverage

Q: What level of support do you provide for code coverage?
 A: Users of Visual Studio are able to see the code covered by their automated tests in Visual Studio. Unfortunately Code Coverage information is not currently collected when Manually Testing.

 Competition

 Q:  How does this tool compare to Selenium and other open-source testing tools?
 A:  Our offering engages testers in the overall ALM effort through integration with lab management and TFS for work-item tracking, source control, build management, and reporting.  Many of the open-source testing tools are stand alone and tend to focus on a particular platform or type of testing (e.g., Selenium is specifically for browser-based testing of web applications). 
Q: What are the key benefit this tool provides over HP's QC/QTP?
A: We feel that Visual Studio Test Professional 2010 is optimized for the way that testing is performed today where more than 70% of testing is done manually through ad-hoc tools such as Microsoft Excel and Word. It is an integrated testing tool set that delivers a complete plan-test-track workflow while allowing testers to collaborate with developers effectively and test efficiently.

Integration

 Q: Does this tool integrate with Office Project?
 A:  Yes, via TFS.  Office Project can be used to manage data stored in TFS (such as dependent tasks) to facilitate planning projects, scheduling tasks, assigning resources, and tracking changes.  By using Office Project, you gain access to features such as a project calendar, Gantt charts, and resource views.
    
Q: Does this tool integrate with Office SharePoint?
 A: Yes, via TFS, which enables creation of a team project portal associated with a SharePoint site.  The project portal includes a customizable set of dashboards (SharePoint Web parts) that enable team members to monitor project data in the form of PivotChart reports and lists or counts of work items.  The testing tools are also integrated with SharePoint in the sense that they can be used to test SharePoint sites.
  
Q:  Does this tool have the capacity to integrate with other testing systems such as Rally, QTP, or QC?
 A:  Not directly; but if you can export test cases, bugs, and other artifacts from the other system into Office Excel, you can then import them to TFS as work items.  You can use the Test Case Migrator Tool (available at http://tcmimport.codeplex.com/) to import test case steps and parameterized data along with your test cases.
  

Intellitrace

Q: Does seeing the line of code that failed require a special type of build or deployment?
A: No, no special build or deployment is required.  A tester must however configure to capture intellitrace data on the machine which is running the code while they are testing, this is done via the Test Settings.

 Q: Will the developer be able to see the line of code for web-based development where the code sits on the server and the test is executed via client browser?
 A: Yes the developer will be able to see the line of code that failed, so long as the tester configures the webserver to capture intellitrace logs.

Internal Use of Test Professional

Q: Were these test tools used during the development of Visual Studio 2010 or any other MSFT products?
A: Absolutely.  The entire Visual Studio team has used this toolset to build Visual Studio 2010.  There are many other teams at Microsoft which are using them as well.
    

Platform Support

Q: Can you provide some information about the platform support for Microsoft Test Manager? What class of applications can I test with the tool?
A: You can use the tool to manually test almost any platform, though your experience around the creation of rich bugs and support for automation will be better if you are targeting IE7/IE8, Windows Forms, WPF, Win32, MFC or SharePoint. This blog post has an updated enumeration of the automation platform support and will be updated over time as we add additional support.
  

Requirements

 Q: Does Test Professional have requirement tracing built in? 
 A: Requirements are treated as first class citizens in Test Professional.  One can see full traceability of Requirement -> Test -> Code. One can also base a test suite off of a requirement.  This blog post speaks very extensively on the topic.

Q: Can a user produce a Requirement traceability report using Test Professional?
 A: Test Professional provides full requirement traceability.  Out of the box, users can see a requirements traceability report on their team dashboard.
  

Test Manager

 Q: Can I email a defect in Visual Studio 2010?
 A: Yes, you can email a link to a defect from Visual Studio. 
  
Q: How can I link Bugs to Test Cases? How can I link bugs to Product Backlog items? 
A: Defects, test cases, backlog items are all work items on Team Foundation Server. Test Professional automatically links the work items together when appropriate (for example, when a test creates a bug, the test and the bug are linked together).  Users can also manually link work items together in Test Manager or inside Visual Studio.
   
Q: Can a tester send a video of their testing to a developer? 
A: Yes a tester can send a video of their testing to a developer.  When a tester creates a bug, with background video recording on, the video of the testing which caused the bug is referenced on the bug form which the testers assigns to the developer.  If you wish, you can save the video which is stored on the test result to a network share as well.  Demo 2 of the webinar demonstrated the rich bug which is accessible to the developer.
  
Q: Is there any way to track testing across a variety of operating systems?
A: By setting up a configuration for each operating system, you can break down your testing for each operating system.  To read more about configurations, please refer to this blog post.

 Q: What does Analyze Test Runs do?
 A: Analyze Test Runs allows you to review the results of your automated and manual test runs.  For more details, please refer to this blog post.
  
Q: Can we access Test Manager via the web?
A: Test Manager 2010 installs as a client tool. When it launches, you are presented with the various projects on TFS which you can connect to.
  
Q: We have a large number of testers, can a test manager assign test cases to individuals
A: Test managers can assign test cases to individuals. Testers can also pull from a pool of test cases. Test case assignment is done in the Test Plan Contents, it can be done by clicking on the assign button.
  
Q: Is Test Manager available as a plugin for Visual Studio 2008?
A: No, Test Manager is only available via Visual Studio Test Professional 2010 or Visual Studio Ultimate 2010
  
Q: Does Test Professional support the branching of Test Cases?
A: Test Manager does not support branching of work items.  However you can import test cases from one plan to another so you would be able to use the same test case across code branches.
  
Q: Is it possible to work with components of tests being shared between test cases?
A: Yes, shared steps can be created once and shared between test cases.  They are really powerful. Please refer to this blog post to learn more about them.
    
Q: Are test steps and expected results which span multiple lines supported?
A: Yes, You can enter multiple lines for the test step and the expected result. The text wraps in both the test runner and while authoring the steps.
  
Q: Is Test Professional compatible with Agile Methods?
A: Yes it is compatible with Agile Methods.  We would suggest that you use 1 test plan for a sprint of work and 1 requirement based suite for each user story. This blog post describes our suggested approach.
Q: When I'm editing a test case in MTM, the steps / parameters section of my work item is changing height, or is very small. This is driving me crazy!
A: This is a known bug, and we're looking at addressing it in a future release. For the moment, there is a work around: Adjust the height of the window. This should make the issue go away.

Q: How can I find all the test cases that I have action recordings for, so I can create recordings for them?
A: Today, there is not an easy way to do this. The recording is stored on the Test Result, and it is not possibly to query between Work Items, and test results. It's important to note that with Fast Forward for Navigation, the expectation is that people will record, and update, their action recordings as they are performing their normal manual testing.

Q: How do I view the results of more than one query?
A: Just click the 'queries' link at the top of the application again. This will open a new Queries view, and allow you to have two queries open. You can find the other Queries you have open in the 'Open Items' drop down.

 Test Impact

 Q: How does Recommended Tests work?
 A: When the Test Impact Data Collector is turned on, Test Runner records the code paths taken by a Manual or Automated Test Case when it is executed.  Recommended Tests recommends test for execution when a developer makes a check in that touches the code covered by the test case. 
  
Q: Do applications need to be Debug builds to track the lines of code hit by the test?
A: No applications do not need to be debug builds to capture Test Impact Data.  The Test Impact Data Collector must just be turned on while testing.
  
Q: What is the difference between Test Impact Analysis and Code Coverage?
A: Code Coverage is a report which can be generated which speaks to the lines of your code under test which have been covered by your automated testing. Test Impact analysis collects the lines of code which your Tests cover to report which Test Cases are suggested for you to re-run based upon code churn.

222 comments:

  1. Thanks for sharing these niche piece of coding to our knowledge. Here, I had a solution for my inconclusive problems & it’s really helps me a lot keep updates…
    Regards,
    Best SAP training in chennai|SAP training center in chennai|SAP Training|SAP Training in Chennai

    ReplyDelete
  2. Pretty Post! It is really interest to read from the beginning & I would like share your blog to my circles for getting awesome knowledge, keep your blog as updated.
    Regards,
    Angularjs training in chennai|Angular training in chennai|Angular courses in Chennai

    ReplyDelete
  3. I really love reading and following your post as I find them extremely informative and interesting. This post is equally informative as well as interesting . Java Training Institute in Chennai | DotNet Training Institute in Chennai | Web Designing Training Institute in Chennai

    ReplyDelete
  4. This course was invaluable to me. The tutors and course were exactly what I needed to further equip myself as a teacher. I'm so glad I made the decision to take this course.

    SAP Training Institute in Chennai | SAP Training Institute in Velachery | Best SAP Training Institute in Chennai

    ReplyDelete
  5. I accept there are numerous more pleasurable open doors ahead for people that took a gander at your site.Big Data Training in Marathahalli

    ReplyDelete
  6. I ‘d mention that most of us visitors are endowed to exist in a fabulous place with very many wonderful individuals with very helpful things.
    dotnet training in chennai

    ReplyDelete
  7. That was truly interesting. Thank you for those materials. I would like to know more on the topic.
    Final Year Project Center in Chennai | Final Year Project Center in Velachery

    ReplyDelete

  8. It is most knowledgeable information like this.I will read this article it is very easy to learn this blog.
    No.1 IOS Training Institute in Velachery | Best Android Training Institute in Velachery | Core Java Training Institute in Chennai

    ReplyDelete
  9. Extraordinary blog. you put Good stuff. All the themes were clarified briefly.Thanks for sharing that post.Keep in blogging... Java Training Center in Chennai | Best J2EE Training Center in Chennai | No.1 Java Training Institution in Velachery | Core Java Training in Chennai

    ReplyDelete
  10. I really enjoyed while reading your article, the information you have delivered in this post was damn good. Keep sharing your post with efficient news.
    BE/B.Tech Project Center in Chennai | BE/B.Tech Project Center in Velachery

    ReplyDelete
  11. I really enjoyed while reading your article, the information you have delivered in this post was damn good. Keep sharing your post with efficient news.
    mobile website builder

    ReplyDelete
  12. great and nice blog thanks sharing..I just want to say that all the information you have given here is awesome...Thank you very much for this one.
    Best Electrical Project Center in Chennai | IEEE Electrical Projects in Velachery

    ReplyDelete
  13. Great post. wonderful information and really very much useful. Thanks for sharing and keep updating..
    Best AWS Training Institute in Chennai | Best AWS Training Institute in Velachery

    ReplyDelete
  14. Excellent put up, very informative. I wonder why the opposite experts of this sector don’t realize this. You must continue your writing. I’m sure, you’ve a great readers’ base already!
    Excellent Photoshop Training Institute in Chennai | Best Multimedia Training Institute in Velachery

    ReplyDelete
  15. WoWWWW, Nice concept, Really great work. Your list is fantastic.I think your list will help me. Thanks for sharing us nice post.
    Good CorelDraw Training Institute in Chennai | Best Multimedia Training Institute in Velachery | Perfect CorelDraw Training Institute in Velachery

    ReplyDelete
  16. Nice Post! It is really interesting to read from the beginning & I would like to share your blog to my circles..Summer Courses in Chennai | Summer Courses in Velachery

    ReplyDelete
  17. Nice post... Really you are done a wonderful job. Thanks for sharing such wonderful information with us. Please keep on updating...
    Best IT Training Institute in Chennai|Best IT Training Institute in Velachery

    ReplyDelete
  18. Impressive blog with lovely information. Really very useful article for us thanks for sharing such a wonderful blog...
    Dot-net Summer Course training Institute in Chennai|Dot-net Summer Course training Institute in Ashok Nagar

    ReplyDelete
  19. thank u i like creating and learning animation. thank u very much for your useful info. Multimedia Technical Boot Camp in Chennai | Best Vacation Class in Guindy

    ReplyDelete
  20. Interested in details on online casinos? Come to us, here is all in full details. Top online casinos in the world Best casino only at BGAOC.

    ReplyDelete
  21. There are varieties of examinations for this Microsoft business solution certification and candidates can choose the latest technology examinations by consulting with the experts or previously certified professionals. MCSE Training London

    ReplyDelete
  22. Really very great information to be provided and the All points discussed were worth reading and i’ll surely work with them all one by one.
    Best C and C++ Programming Training Academy in Kanchipuram

    ReplyDelete
  23. Awesome post. Really you are shared very informative concept... Thank you for sharing. Keep on updating...

    Best Graphics Designing Training Academy in Kanchipuram

    ReplyDelete
  24. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…

    Best Web Designing Training Academy in Kanchipuram

    ReplyDelete
  25. Wonderful post. Thank you for updating such an informative content.


    Best Python Training Academy in Kanchipuram

    ReplyDelete
  26. It is amazing and wonderful to visit your site.Thanks for sharing this information,this is useful to me

    Best Cloud Computing Training Academy in Kanchipuram

    ReplyDelete
  27. Thanks for this grateful information. all this information is very important to all the users and can be used good at all this process.


    Best Web Designing Training Academy in Kanchipuram

    ReplyDelete
  28. This post was quite awesome and interesting to read. Congrats for your work. Thanks a lot for providing this with us. Keep on updating this with us regularly:
    Best Selenium Automation Course Training Institute in kanchipuram|

    ReplyDelete
  29. Great post.Thanks for one marvelous posting! I enjoyed reading it;The information was very useful.Keep the good work going on!!
    Best Graphic Designing Course Training Institute in kanchipuram|

    ReplyDelete
  30. Really it was an awesome blog...very interesting to read..You have provided an nice information....Thanks for sharing..
    Best Hardware & Networking Course Training Institute in kanchipuram|

    ReplyDelete
  31. Thanks for sharing in this blog...its very useful for us...keep on going...
    Best MS Office Course Training Institute in kanchipuram|

    ReplyDelete
  32. Thanks for the useful information of software testing courses, give more updates on software testing development, First time I visit your blog really nice, I bookmark your blog here after a daily visit. Learn
    No:1
    Java J2EE Training Academy in kanchipuram

    ReplyDelete
  33. very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing…
    No:1
    Python Training Academy in kanchipuram

    ReplyDelete
  34. Nice blog. Thank you for sharing. The information you shared is very effective for learners I have got some important suggestions from it.
    No:1 Hardware and Networking Training Academy in Kanchipuram

    ReplyDelete
  35. I am reading your post from the beginning, it was so interesting to read & I feel thanks to you for posting such a good blog, keep updates regularly.
    Best Cloud Computing Course Training Institute in kanchipuram|

    ReplyDelete
  36. good..

    "https://www.wikitechy.com/technology/27-handy-chrome-os-commands-run-crosh/"
    "https://www.wikitechy.com/technology/pro-hack-tp-link-wifi-password/"
    "https://www.wikitechy.com/online-videos/company-interview-questions-and-answers/brac-interview-questions-and-answers-part1"
    "https://www.wikitechy.com/tutorials/ethical-hacking/whatsapp-hacking"
    "https://www.wikitechy.com/resume/react-native-developer-resume/"
    "https://www.wikitechy.com/tutorials/javascript/what-is-javascripts-highest-integer-value-that-a-number-can-go-to-without-losing-precision"
    "https://www.wikitechy.com/interview-questions/aptitude/simple-interest/a-certain-sum-of-money-amounts-to-rs-1300"
    "https://www.wikitechy.com/technology/pro-hack-binatone-router-wifi-password/"
    "https://www.wikitechy.com/interview-questions/verbal-ability/tenses-and-articles/she-most-of-her-time-to-music"
    "https://www.wikitechy.com/interview-questions/verbal-ability/tenses-and-articles/she-most-of-her-time-to-music"

    ReplyDelete
  37. This was a worthy blog. I enjoyed reading this blog and got an idea about it. Keep sharing more like this.
    No:1 Best PGDCA Training Center in

    kanchipuram
    |

    ReplyDelete

  38. Nice post... Really you are done a wonderful job. Thanks for sharing such wonderful information with us. Please keep on updating...No:1 CCNA Exam Center in Chennai|

    ReplyDelete
  39. I am reading your post from the beginning, it was so interesting to read & I feel thanks to you for posting such a good blog, keep updates regularly.No: 1 ITIL Exam Center in Chennai|

    ReplyDelete
  40. I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing.
    Best Python Project Center in Chennai

    ReplyDelete
  41. I am really happy with your blog because your blog is very unique and powerful for new reader.No: 1 Microsoft Exam Center in Chennai|

    ReplyDelete
  42. Its really an Excellent post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog. Thanks for sharing.
    No:1 Dotnet Project Center in chennai










    ReplyDelete

  43. I have read your blog its very attractive and impressive. I like it your blog.No: 1 Python Certification in Chennai|

    ReplyDelete
  44. I found a lot of interesting information here. A really good post. keep updating.
    MBA Project Center in Kanchipuram

    ReplyDelete
  45. Nice Post! It is really interesting to read from the

    beginning & I would like to share your blog to my

    circles, keep your blog as updated.
    No.1 Android Training Institute In

    Kanchipuram








    ReplyDelete
  46. Thanks for making me this Blog. You have done a great job by sharing this content here. Keep writing blog like this
    MBA Project Center in Kanchipuram

    ReplyDelete
  47. I found a lot of interesting information here. A really good post. keep updating.
    Python Training Center in Chennai

    ReplyDelete
  48. I really love reading and following your post as I find them extremely informative and interesting. This post is equally informative as well as interesting. No: 1 Data Science Training Center in Chennai|

    ReplyDelete
  49. Very nice post here and thanks for it .I always like and such a super blog of these post.Excellent and very cool idea and great blog of different kinds of the valuable information's. No: 1 .Net Training Institute in Kanchipuram|

    ReplyDelete
  50. Thanks for your informative blog.Your post helped me to understand the future and career prospects. Keep on updating your blog with such awesome blog. Best Hardware and Networking Training institute In Chennai |

    ReplyDelete
  51. I am following your blog from the beginning, it was so distinct & I had a chance to collect conglomeration of information that helps me a lot to improvise myself. I hope this will help many readers who are in need of this vital piece of information. Thanks for sharing & keep your blog updated. No: 1 Blue Prism Training Institute in Chennai|

    ReplyDelete
  52. your blog contain very useful information. Really hereafter I am very big follower of your blog.. No: 1 Best Photoshop in Kanchipuram|

    ReplyDelete
  53. Awesome Post! I like writing style, how you describing the topics throughout the post. I hope many web reader will keep reading your post at the end, Thanks for sharing your view. No: 1 Best Corel Draw in Kanchipuram|

    ReplyDelete
  54. Thanks for sharing such a nice blog. Its so informative concept and easy to understand also, kindly keep updating such a nice blog.. No: 1 Tally Training Institute in Kanchipuram|

    ReplyDelete
  55. I have read all the articles in your blog; was really impressed after reading it.Thanks for giving nice information from your blog.. No: 1 Advanced MATLAB Course in Kanchipuram|

    ReplyDelete

  56. I ever had seen this information over the blog sites; actually I am looking forward for this information. Here I had an opportunity to read, it was crystal clear keep sharing…I have an expectation about your upcoming post.
    Regards, No: 1 Adobe Photoshop Training Institute in Kanchipuram|

    ReplyDelete
  57. Great post. This blog is really very interesting and enjoyable. I think it’s must be helpful and informative for us. Thanks for sharing your nice post. No: Adobe Photoshop Training Institute in Chennai

    ReplyDelete

  58. I really enjoyed while reading your blog, the information you have delivered in this post was damn good. Keep sharing your post with efficient news.Regards, No: 1 Adobe Illustrator Training Institute in Kanchipuram|

    ReplyDelete
  59. Thank you for sharing the information here. Its much informative and really i got some valid information. You had posted the amazing blog. No: 1 Adobe InDesign Training Institute in Kanchipuram|

    ReplyDelete
  60. great blog, you have provided the right information that will be beneficial to somebody at all time. Thanks for sharing such valuable Ideas to our vision. No: 1 Adobe Illustrator Training Institute in Kanchipuram|

    ReplyDelete
  61. Good blog. I gained more information about your post. keep updating. Best After Effects Training Institute in Kanchipuram|

    ReplyDelete
  62. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge.
    Best VLSI project center in kanchipuram

    ReplyDelete
  63. The best thing is that your blog really informative thanks for your great information!
    Best Data mining project center in kanchipuram

    ReplyDelete
  64. This is excellent information. It is amazing and wonderful to visit your site.Thanks for sharing this information, this is useful to me…
    Best Android project center in kanchipuram

    ReplyDelete

  65. Thanks for this greatful information. all this information is very important to all the users and can be used good at all this process.please keep on updating.. Best RHCE Training Institute in Kanchipuram|

    ReplyDelete
  66. Thanks you for sharing this unique useful information content with us. Really awesome work. keep on blogging. Best Advanced MATLAB Course in Kanchipuram|

    ReplyDelete
  67. your way of expressing views and ideas are really awesome. thus it is exclusive and very much interesting. i like your encryption and thanks a lot. Best Adobe Illustrator Training In Kanchipuram|

    ReplyDelete
  68. I really appreciate this wonderful post that you have provided for us. I assure this would be beneficial for most of the people Best Tally Training Course In Kanchipuram|

    ReplyDelete
  69. Well Said, you have furnished the right information that will be useful to anyone at all time. Thanks for sharing your Ideas. Best Python Training Institute In Kanchipuram|

    ReplyDelete
  70. Admiring and respecting the Uniqueness of your informative and Creative content. Anticipating for your future posts. Keep up the Good work.

    Microsoft Azure Training Institute in Chennai | Microsoft Azure Training Institute in Madipakkam


    ReplyDelete
  71. There was very wonderful information and that's great one. I really appreciate the kind words, thanks for sharing that valuable information. Best JAVA Project Center In Kanchipuram|

    ReplyDelete
  72. Great content with more information. Anticipating for your future posts. Keep up the Good work.

    PCB Training Institute in Chennai | PCB Training Institute in Velachery






    ReplyDelete
  73. Very interesting topic. Helps to gain knowledge about lot of information. Thanks for posting information in this blog.
    Tally Training Institute in Chennai | Tally Training Institute in Madipakkam

    ReplyDelete
  74. Great blog… I love to read your information because your writing style is too good, its is very very helpful for all of us. Best Advanced Cloud Computing Course In Kanchipuram|

    ReplyDelete
  75. Great content with more information. Anticipating for your future posts. Keep up the Good work.


    Best Dot Net Training Institute in Chennai | Best Dot Net Training Institute in Tambaram


    ReplyDelete
  76. Nice post... Really you are done a wonderful job. Thanks for sharing such wonderful information with us. Please keep on updating... Best RHCE Certification Center In Kanchipuram|

    ReplyDelete
  77. Awesome post. Really you are shared very informative concept... Thank you for sharing. Keep on updating...
    MCSE Training Institute in in Chennai | MCSE Training Institute in in Keelkattalai

    ReplyDelete
  78. Awesome post. Really you have shared a very informative concept... Thank you for sharing. Keep on updating...
    CorelDraw Training Course in Chennai |
    CorelDraw Training Course in Guindy

    ReplyDelete
  79. Thanks for giving great kind of information. So useful and practical for me. Thanks for your excellent blog, nice work keep it up thanks for sharing the knowledge. N0.1 Advanced Illustrator Certification in kanchipuram |

    ReplyDelete
  80. This is a good post. This post give truly quality information. I’m definitely going to look into it. Really very useful tips are provided here. thank you so much. Keep up the good works.
    Best Android Training Institute in Kanchipuram

    ReplyDelete
  81. Very good and informative article. Thanks for sharing such nice article, keep on updating such good articles.
    PCB Trainng Institute in Chennai | | PCB Training Institute in Nanganallur


    ReplyDelete
  82. It's very great post... Really you are... done a wonderful job Keep up the good work and continue sharing like this.

    Best Python Training center in Chennai | Best Python Training center in Nanganallur



    ReplyDelete
  83. This blog very easily understandable. Thanks for sharing such an informative post with us. This is a nice post in an interesting line of content.
    Advanced UI Path RPA Training in Chennai | Advanced UI Path RPA Training in St.Thomas Mount

    ReplyDelete
  84. Awesome post. Really you have shared a very informative concept... Thank you for sharing. Keep on updating...
    RPA Training In Chennai |
    RPA Training in Guindy

    ReplyDelete
  85. Very nice post here and thanks for it .I always like and such a super blog of these post.Excellent and very cool idea and great blog of different kinds of the valuable information's. N0.1 Basic Computer Courses Training Institute in kanchipuram |

    ReplyDelete
  86. Very nice post here and thanks for it .I always like and such a super blog of these post.Excellent and very cool idea and great blog of different kinds of the valuable information's. N0.1 Basic Computer Courses Training Institute in kanchipuram |

    ReplyDelete
  87. How about we follow each other? Leave a comment on my blog and would follow you back.
    Linux Course in Kanchipuram

    ReplyDelete

  88. very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing N0.1 Basic Computer Courses Training Institute in Chennai |

    ReplyDelete

  89. very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing N0.1 Basic Computer Courses Training Institute in Chennai |

    ReplyDelete

  90. very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing N0.1 Basic Computer Courses Training Institute in Chennai |

    ReplyDelete

  91. very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing N0.1 Basic Computer Courses Training Institute in Chennai |

    ReplyDelete
  92. Thank you for taking time to provide us some of the useful and exclusive information with us. N0.1 JAVA Project Center in kanchipuram |

    ReplyDelete
  93. Nice blog and good informative to sharing.. looking and reading your points its so impressive. N0.1 Final Year Project Center in kanchipuram |

    ReplyDelete
  94. Thanks for giving great kind of information. So useful and practical for me. Thanks for your excellent blog, nice work keep it up thanks for sharing the knowledge. Best Graphic Designing Training Institute in Chennai |

    ReplyDelete
  95. Wonderful blog… You provided very interesting information here. I feel happy to read this post. I hope that you will write many posts like this… Thanks for sharing and Keep updating…Best Advanced MATLAP Course in Kanchipuram|

    ReplyDelete
  96. .
    Wow, Very nice post. Really you have shared a very informative concept... Thank you for sharing. Keep on updating...
    Certification for Server Admin training in Chennai |
    Certification for server Admin training in Velachery

    ReplyDelete
  97. Really very informative post you shared here. Keep sharing this type of informative blog.Best Tally Training Course in Kanchipuram|

    ReplyDelete
  98. Really very great information to be provided and the All points discussed were worth reading and i’ll surely work with them all one by one. Best Tally Training Course in Chennai |

    ReplyDelete
  99. Nice Post! It is really interesting to read from the beginning & I would like to share your blog to my circles, keep your blog as updated.Best Manual Testing Training Course in Kanchipuram|

    ReplyDelete
  100. Great Post!Thank you so much for this amazing posts and please keep update like this excellent article. Best Manual Testing Training Course in in Chennai |

    ReplyDelete
  101. An extremely informative and interesting blog among all you have shared. Update it frequently.Best Adobe InDesign Training Course in Kanchipuram|

    ReplyDelete
  102. Nice Post! It is really interesting to read from the beginning and Keep up the good work and continue sharing like this.
    Python Training in Chennai |
    Python Training in Tambaram

    ReplyDelete
  103. the blog is very interesting and will be much useful for us. thank you for sharing the blog with us. please keep on updating. Best Advanced Photoshop Certification Course in Kanchipuram|

    ReplyDelete
  104. After reading your post,thanks for taking the time to discuss this, I feelhappy about it and I love learning more about this topic… Best Selenium Certification Center in Kanchipuram|

    ReplyDelete
  105. This blog contains beautiful messages and contents. Interesting to read. Keep on sharing…..
    RPA Training center in Chennai |
    RPA Training center in Medavakkam



    ReplyDelete
  106. Awesome post. Really you are shared very informative concept... Thank you for sharing. Keep on updating...
    Embedded Systems Training in Chennai | Embedded Systems Training in Madipakkam

    ReplyDelete
  107. I read the post and I have really enjoyed your blogs posts.looking for the next post. Best Tally Training Course in Chennai |

    ReplyDelete
  108. Very nice post…This blog contains beautiful messages and contents. Interesting to read. Keep on sharing…..
    VBA Macros Training in Chennai |
    VBA Macros training in Pallikaranai

    ReplyDelete
  109. The provided information’s are very useful to me.Thanks for sharing.Keep updating your blog.No:1 vmware training center in kanchipuram.

    ReplyDelete
  110. I really like your post.It’s really informative and interesting.I really appreciate that.Thank you for sharing valuable information. Nice post. I enjoyed reading this post. The whole blog is very nice found some good stuff and good information here Thanks. Best MS Office Training Course in Chennai |

    ReplyDelete
  111. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging… Best MS Office Training Institute in Kanchipuram|

    ReplyDelete
  112. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…
    No:1 CCNA cource in kanchipuram

    ReplyDelete
  113. you have discussed about genericservelet in your post, it was good to read, keop updates with more information. Best Power System Project Center in Kanchipuram|

    ReplyDelete
  114. The provided information’s are very useful to me.Thanks for sharing.Keep updating

    your blog.No:1 Android Training

    institute in kanchipuram
    .

    ReplyDelete
  115. Very nice blogs!!! I have to learning for lot of information for this sites...Sharing for wonderful information. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing.…
    Adobe Photoshop Training in Chennai |
    Adobe Photoshop Training in OMR

    ReplyDelete
  116. Impressive blog with lovely information. really very useful article for us thanks for sharing such a wonderful blog..

    best Graphic Design Training in kanchipuram






    ReplyDelete
  117. It is really a great and useful piece of information. I am glad that you shared this helpful info with us. Please keep us up to date like this. Thank you for sharing.
    Best Graphic design training institute in kanchipuram

    ReplyDelete
  118. Very good and informative article. Thanks for sharing such nice article, keep on updating such good articles.
    Python training in Chennai | Python Training in Tambaram

    ReplyDelete
  119. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…
    Best Linux training Institute in kanchipuram

    ReplyDelete
  120. This is really too useful and have more ideas from yours. keep sharing many techniques. eagerly waiting for your new blog and useful information. keep doing more.
    Best Linux training Institute in kanchipuram

    ReplyDelete
  121. Excellent post with all required information and admirable stories. Anticipating for your future posts. Keep up the Good work.

    Best Selenium Training in Chennai | Best Selenium Training in Velachery

    ReplyDelete
  122. Thanks for giving nice information from your blog...It's really an amazing post... Best Advanced MATLAB Course in Kanchipuram|

    ReplyDelete
  123. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging… Best Advanced MATLAB Course in Chennai

    ReplyDelete
  124. The post was amazing. It showcases your knowledge on the topic. Thanks for Posting.
    Best IEEE project center in Chennai

    ReplyDelete
  125. Great Article… I love to read your articles because your writing style is too good, its is very very helpful for all of us and I never get bored while reading your article because, they are becomes a more and more interesting from the starting lines until the end. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing.…
    Advanced VMware training in Chennai |
    Advanced VMware training in ST.Thomas Mount

    ReplyDelete
  126. Great Article… I love to read your articles because your writing style is too good, its is very very helpful for all of us and I never get bored while reading your article because, they are becomes a more and more interesting from the starting lines until the end. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing.…
    BBA Project center in Chennai |
    BBA Project center in St Thomas Mount

    ReplyDelete
  127. Really awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog. Keep update your blog.
    Bootstrap Training in Chennai |
    Bootstrap training in Chromepet

    ReplyDelete
  128. You post explain everything in detail and it was very interesting to read.Thank you for Sharing.
    Best Embedded Systems Training in Chennai

    ReplyDelete
  129. Very good and informative article. I love to read your articles because your writing style is too good, its is very very helpful for all of us and I never get bored while reading your article because, they are becomes a more and more interesting from the starting lines until the end. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing.…
    PHP Project Center in Chennai | | PHP Training center in Guindy

    ReplyDelete
  130. This particular papers fabulous, and My spouse and i enjoy each of the perform that you have placed into this. I’m sure that you will be making a really useful place. I has been additionally pleased. Good perform! class d security license

    ReplyDelete
  131. Positive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include. security license

    ReplyDelete
  132. This is also a very good post which I really enjoy reading. It is not everyday that I have the possibility to see something like this. pool repairs

    ReplyDelete
  133. First You got a great blog .I will be interested in more similar topics. i see you got really very useful topics, i will be always checking your blog thanks. bluetooth earphones for android

    ReplyDelete
  134. Thank you very much for this useful article. I like it. best eliquid brands in uk

    ReplyDelete
  135. I was very pleased to find this site.I wanted to thank you for this great read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you post. led facial rejuvenator

    ReplyDelete
  136. I will be interested in more similar topics. i see you got really very useful topics , i will be always checking your blog thanks spirulina benefits

    ReplyDelete
  137. it was a wonderful chance to visit this kind of site and I am happy to know. thank you so much for giving us a chance to have this opportunity.. menagerie cosmetics

    ReplyDelete
  138. This is a fantastic website , thanks for sharing. Tips

    ReplyDelete
  139. Really impressive post. I read it whole and going to share it with my social circules. I enjoyed your article and planning to rewrite it on my own blog. custom wheels

    ReplyDelete
  140. Wonderful blog post. This is absolute magic from you! I have never seen a more wonderful post than this one. You've really made my day today with this. I hope you keep this up! עורך דין תאונות עבודה

    ReplyDelete
  141. Thank u for sharing such nice information.!! Total recall is also good one.!! PMP Ceritification in Chennai|

    ReplyDelete
  142. Nice Blog...looking amazing...thank you so much for sharing such a wonderful blog...keep sharing... Best CCNA Certification In Chennai|

    ReplyDelete
  143. Wow it is really wonderful and awesome thus it is very much useful for me to understand many concepts and helped me a lot. it is really explainable very well and i got more information from your blog.and once again thanks for sharing.….. Best ISTQB Certification In Chennai|

    ReplyDelete
  144. very nice post what a fantastic information you sharing. Keep sharing your post regularly.. Best CISM Certification in Chennai |

    ReplyDelete
  145. very nice post what a fantastic information you sharing. Keep sharing your post regularly.. Best CISM Certification in Chennai |

    ReplyDelete
  146. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge. Best CCNA Training Center in Chennai |

    ReplyDelete
  147. Thank you for sharing such a nice and interesting blog with us. Hope it might be much useful for us. Best AWS Training Center in Chennai |

    ReplyDelete

  148. You truly did more than visitors’ expectations. Thank you for rendering these helpful, trusted, edifying and also cool thoughts on the particular topic. Best RHCE Training Institute In Chennai |

    ReplyDelete
  149. Really an amazing post..! By reading your blog post i gained more information. Best Microsoft Advanced Excel Training Center in chennai |

    ReplyDelete

  150. Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing. Best CCNA Training institute in chennai |

    ReplyDelete
  151. Great and useful post.Thanks for taking time to share this post. Best Machine Learning Training in chennai|

    ReplyDelete
  152. We are really grateful for your blog post. You will find a lot of approaches after visiting your post. Great work. Best PMI Certifications in Chennai |

    ReplyDelete
  153. Thanks for another great post. The place else may anyone get that type of information in such a perfect way of writing? I’ve a presentation next week, and I’m at the look for such information. Best CCNA Training Institute in Chennai

    ReplyDelete
  154. Thank you so much for sharing such an amazing post with useful information with us. Keep updating such a wonderful blog…. Photoshop Training institute in Chennai |

    ReplyDelete
  155. Thank you so much for sharing such an amazing post with useful information with us. Keep updating such a wonderful blog…. Photoshop Training institute in Chennai |

    ReplyDelete
  156. Nice blog, here I had an opportunity to learn something new in my field. I have an expectation about your future post so please keep updates. illustrator Training institute in Chennai |

    ReplyDelete
  157. Nice blog, here I had an opportunity to learn something new in my field. I have an expectation about your future post so please keep updates. illustrator Training institute in Chennai |

    ReplyDelete

  158. Thanks for sharing this informative blog. I have read your blog and I gathered some valuable information from this blog. Keep posting. BBA Project center in chennai and velachery |

    ReplyDelete
  159. Awesome post. Really you have shared a very informative concept... Thank you for sharing. Keep on updating... EEE Project center in chennai and velachery |

    ReplyDelete
  160. It is really a great and useful piece of information. I am glad that you shared this helpful info with us. Please keep us up to date like this. Thank you for sharing. Azure Training institute in Chennai and Velachery |

    ReplyDelete
  161. Excellent blog with useful concept. Really I feel very happy to see this informative blog, Thanks for sharing such a nice blog.. Tally Training Institute in Chennai|

    ReplyDelete
  162. Excellent blog with useful concept. Really I feel very happy to see this informative blog, Thanks for sharing such a nice blog.. Tally Training Institute in Chennai|

    ReplyDelete
  163. Very nice post here and thanks for it .I always like and such a super blog of these post.Excellent and very cool idea and great blog of different kinds of the valuable information's. Python Training Institute in Chennai |

    ReplyDelete
  164. Very nice post here and thanks for it .I always like and such a super blog of these post.Excellent and very cool idea and great blog of different kinds of the valuable information's. Python Training Institute in Chennai |

    ReplyDelete
  165. awesome way to get exert tips from everyone,not only i like that post all peoples like that post,because of all given information was wonderful and it's very helpful for me. CCNA Exam Center in Chennai |

    ReplyDelete
  166. awesome way to get exert tips from everyone,not only i like that post all peoples like that post,because of all given information was wonderful and it's very helpful for me. CCNA Exam Center in Chennai |

    ReplyDelete
  167. In the beginning, I would like to thank you much about this great post.I like your writing style and I hope you will keep doing this good working AWS Exam Center in Chennai |

    ReplyDelete
  168. In the beginning, I would like to thank you much about this great post.I like your writing style and I hope you will keep doing this good working AWS Exam Center in Chennai |

    ReplyDelete
  169. Thank you for sharing the information here. Its much informative and really i got some valid information. You had posted the amazing article. Final year projects For CSE Students in Chennai |

    ReplyDelete
  170. I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing.. Final year projects For EEE in Chennai |

    ReplyDelete
  171. this blog is really useful and it is very interesting thanks for sharing , it is really good and exclusive. PMP Certification Center in Chennai |

    ReplyDelete
  172. this blog is really useful and it is very interesting thanks for sharing , it is really good and exclusive. PMP Certification Center in Chennai |

    ReplyDelete
  173. I really enjoy simply reading all of your weblogs. Simply wanted to inform you that you have people like me who appreciate your work. Hardware and Networking Training institute in Chennai |

    ReplyDelete
  174. Really very great information to be provided and the All points discussed were worth reading and i’ll surely work with them all one by one. Photoshop Training Institute In Chennai |

    ReplyDelete
  175. Really very great information to be provided and the All points discussed were worth reading and i’ll surely work with them all one by one. Photoshop Training Institute In Chennai |

    ReplyDelete
  176. Your blog was so informative, Really I thanks a lot for sharing such a awesome blog. Tally Erp9 Training Center in Chennai |

    ReplyDelete
  177. Your blog was so informative, Really I thanks a lot for sharing such a awesome blog. Tally Erp9 Training Center in Chennai |

    ReplyDelete
  178. Impressive blog with lovely information. really very useful article for us thanks for sharing such a wonderful blog... Final year projects For BCA in Chennai |

    ReplyDelete
  179. I learned so many things from your blog, keep sharing.. PMP Certification Center in Chennai|

    ReplyDelete
  180. Python web programming is made easier due to the availability of many web-centric modules to handle tasks such as e-mail, maintaining HTTP state, interacting with JavaScript, and other common web development tasks. unindent does not match any outer indentation level

    ReplyDelete
  181. this is really nice to read..informative post is very good to read..thanks a lot! Click here where to buy xanax online

    ReplyDelete
  182. If you are looking for more information about flat rate locksmith Las Vegas check that right away. How To Break Up A Couple

    ReplyDelete
  183. Thanks for your post. I’ve been thinking about writing a very comparable post over the last couple of weeks, I’ll probably keep it short and sweet and link to this instead if thats cool. Thanks. yoga pants

    ReplyDelete
  184. My friend mentioned to me your blog, so I thought I’d read it for myself. Very interesting insights, will be back for more! Treasure at tampines condo

    ReplyDelete
  185. The web site is lovingly serviced and saved as much as date. So it should be, thanks for sharing this with us. Technology

    ReplyDelete
  186. This was among the best posts and episode from your team it let me learn many new things. Medicinal Chocolate

    ReplyDelete
  187. I’m excited to uncover this page. I need to to thank you for ones time for this particularly fantastic read!! I definitely really liked every part of it and i also have you saved to fav to look at new information in your site. VINTAGE WHITE INSET SHAKER

    ReplyDelete

Post Bottom Ad