Monday, 20 October 2014

QTP Online Training By Real Time Experts

Leave a Comment
There are numerous tools which can helps us in automation of testing. The better and one of the most potent one is QTP (Quick Test Professional). QTP is developed by Mercury, which is a HP company. QTP supports functional and non-functional testing of both desktop and web applications. It is very easy to integrate with HP for automatic reporting of defects and marking the test results.QTP supports keyword driven testing which allows for those people with no scripting knowledge to create powerful test cases. Test cases can be produced in QTP by writing VBScript code. QTP is a most advanced technique. No matter which of the two you decide to use you'll be able to test nearly any application.

I understand how it feels to get started with a new software, in fact I used to have the same feeling, when I started out with QTP more than 3 years back used to have the pain of going through uncountable articles, unlimited researches, and support sites on my own. When we start doing with QTP things are really quite interesting and over whelming. There is an inner meaning saying that one would not need to break head over figuring all things by themselves.

For those who want to learn QTP but unable to get good trainers and a best training centre here is a solution and end to all your searches. SVR Technologies offers effective online training at low prices with real time trainers. Many people think that it is difficult for them to get training for a particular courses they require but SVR technologies made it so easy that one can learn the courses at their own pace by enrolling with SVR online training institute. Here, is good news for all the aspiring learners out there SVR technologies utilizes the advancement in web technologies, and made it possible for you to take QTP online trainings from experts in providing QTP training by sitting in any part of the world. 

Everyone, like if you are an employer you can attend training sessions from your office at your possible timings, and if you are a student you can take it from home or from any other place as long as you have a decent internet connection at your place. One of the great advantages of online training is that, it will allow us to interact with people in various geographical locations in a flawless manner. 

Before starting the actual course training I would suggest going through the QTP Tutorial offered by SVR Technologies and study all the basics of QTP. How are the program laid out, what are all the different toolbars are for and working with all the functions? Nearly in all the cases it's best to start practicing immediately by developing simple test cases.

Contact us:
Email: info@svrtechnologies.com

Contact: 91-9885022027 (INDIA)   || 001-2103904819 (USA)
Read More...

Friday, 19 September 2014

QTP Online Training By SVRTechnologies

2 comments
The QTP is an awesome automation tester because of its new aspects and a great promise to future generation. A manual tester, or a part of the automation team will desperately look forward to grow with some new features in Testing tools, where there are few in locality of testing, QTP is the answer to all the worries. QTP uses Visual Basic script as its preferred language for scripting. QTP exclusively runs on a Windows environment and it supports Java.Net, Oracle, SAP, Web Services, Siebel, and some more of the major languages.

QTP Online Training is a good choice to start with, if you are really looking for that promotion and appraisals very near with QTP and there is no need of new technology to learn. Suitably, QTP Online Training is much more than merely a new technology that is helping out in your appraisals. Once I start explain with some of the aspects, there will be a clear understanding why I mentioned that and would possibly just gives a better reason to go for QTP online training. 

SVR Technologies is one of the leading training organizations/ institutions that meet the complete IT requirements for an online training. Online training services of specialized & experienced faculties helps to deliver effective training to each and every individual. A very well designed course ware, and vast experience from instructors helps learners in becoming prominent IT professionals. SVR Technologies Online training concentrates on modern & result-oriented solutions to improve student learning. We SVR technologies initiate in providing top class training & Web-enhanced instruction through innovative and relevant solutions.

A fully packed training organization which allocates the complete requirements needed for information technology. SVR technologies include multisensory experiences to generate comfortable and more complete learning. It provides opportunities for students/learners to represent the new skills they are gaining, by producing solid connections to their learning. SVR Technologies always believe in configuring Web-enhanced solutions on the most onward-thinking research into how individuals learn with the technology.

Some of the crucial benefits offered by SVR Technologies are as follows:

·         One can attend a free demo class before the actual training starts to watch how the session led by trainer.
·         Fees refund option is available for those who want to with draw from training in a prescribed period of time.
·         24/7 customer support with valuable guidance.
·         Regular online sessions are arranged at your required timings.
·         Affordable fees with real time Training.
·         Interactive Training at learner’s convenience.
·         Support after/before of Training period.

Contact us:
Email: info@svrtechnologies.com
Contact: 91-9885022027 (INDIA)   || 001-2103904819 (USA)
Read More...

Saturday, 28 September 2013

QTP Top 10 Interview Question and Answers

Leave a Comment
Here this article is about QTP Top 10 Interview Question and Answers which are very useful for the seekers in the future when you attend interview regarding QTP. These Question and answers are explained in a brief way and in a simple manner where the readers can understand easily without any difficulties. After reading these please share your testimonial with us. All the best





Introduction to QTP

QTP stands for Quick Test Professional.  Quick Test is a graphical interface record-playback automation tool.  QTP is Mercury Interactive Functional Testing Tool.  It is able to work with any web, java or windows client application.  Quick Test Professional also enables you to test Java applets and applications and multimedia objects on Applications as well as standard Windows applications, Visual Basic 6 applications and .NET framework applications. 



1) What are the types of object Repositories in QTP?

Ans: There are two types of Repositories. They are:
1) Shared Object Repository
2) Per Action Object Repository
Per Action Object Repository is used by default. The extension for Per-Action repository is ".mtr”.
Shared Object Repository is preferable while dealing with dynamic objects which are called in multiple tests. The extension is ".tsr"



2) Define action split and what is the purpose of using this in QTP?

Ans: Action split is to divide an existing action into two parts. The purpose is to divide actions based on their functionality to improve code re use.



3) How can we hold Java tree in QTP?

Ans: First we have to select Java Add In and launch QTP. Next, record operations on the Java Tree. If you face an issue while recording, you can select Tools > Object Identification > Java, tree object and make changes in mandatory and assistive properties to facilitate classification.



4) Mention how QTP identifies object?

Ans: QTP identifies any GUI Object based on its consequent properties.  QTP will identify and store uncharacteristic properties in the object repository of the GUI object. At run time, QTP will compare the stored property values with the on-screen properties, to uniquely identify the GUI object.



5) Mention the types of recording modes in QTP?

Ans: Three types of recording modes are there in QTP. Namely:
  •  Normal mode (also called Contextual)
  •  Low-level recording mode
  • Analog mode




6) Explain the logical name of the object?

Ans: Logical name is a name given by QTP while creating an object in the repository to uniquely identify it from other objects in the application. This name would be used by the QTP to map the object name in script with its corresponding description in the object repository.
 Ex: Browser ("Browser").Page ("Guru99") Here Guru99 is the logical name of the object.



7) Define Object Spy?

Ans: Object Spy helps in influential the run and test time object properties & methods of the application under test. We can access object spy directly from the toolbar or from the Object Repository Dialog Box. It is very useful during graphic Programming.



8) What is the code file extension of QTP?

Ans: Code file extension is script.mts



9) Define Step Generator?

Ans: Step Generator enables us to Add Test Steps in your script. Using step generator you can add steps to your script without actually recording it.



10) Define Test Fusion Report?

Ans: Test Fusion Report, displays all aspects of a test run and is prepared in a Tree format. It gives complete details of each step executed for all iterations. It also gives Run-time data table, Screen shots and movie of the test run if opted.
Read More...