| Back to Questions Page |
| |
| Question |
-->IF two TextBOxes are there in a "Form".
-->A table contains some records which contains usernames &
password..
-->What is the script we need to write using Descriptive
programming concept...in QTP (simply DATA DRIVEN TEST
SCRIPT OF QTP)? |
Rank |
Answer Posted By |
|
Question Submitted By :: Eshwar |
| This Interview Question Asked @ CTS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Option Explicit
dim uid,pwd
uid=datatable(1,1) ' consider user name is in 1st row
1st 'column
pwd=datatable(2,1) ' consider password is in 2nd row
ist 'column
browser("broswer name").page("page name").webedit("User
name").set user name=uid
browser("broswer name").page("page name").webedit
("Passord").set secure password=pwd
' The entire script is may not correct. But the procedure
is correct
 |
| Krishna Chand |
| |
| |
| Answer | My Knowledge....
Browser("Name:=Browser namae").page("title:=page
title").wededit("class:=name of the test").set
datatable.value(1)
Browser("Name:=Browser namae").page("title:=page
title").wededit("class:=name of the test").setsecure
datatable.value(2)  |
| Kumar |
| |
| |
| Answer | Browser("Name:=Browser name").page("title:=page
title").wededit("class:=name of the test").set
datatable.value(dtGlobalsheet,username)
Browser("Name:=Browser namae").page("title:=page
title").wededit("class:=name of the test").setsecure
datatable.value(dtGlobalsheet,password)
100% correct, try this out.  |
| Manish |
| |
| |
|
|
| |
| Question |
what are the critical bug occurs in banking domain? |
Rank |
Answer Posted By |
|
Question Submitted By :: Muthu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | calculations, while retriving data we will get errors,
updations etc...  |
| Vijaya |
| |
| |
| Answer | Money transactions should update in the data base.  |
| Purishotham |
| |
| |
| Answer | Calculation precision
Logical errors,
Performance related(becoz it must be C/S,Web enabled system)
Database errors.
secutiry...
if it is online the following bugs
are
1.UI defects
2.Usability
3.Online
4.security
5.server problems
6.Database
If you still have any doubt feel free to mail me at :
rajendra_penumalli@yahoo.com
or call me:9885162742  |
| Rajendra Prasad Reddy Penumall |
| |
| |
| Question |
What is the difference between BUILD,RELEASE & VERSION ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Vino |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Build is the file which implies coding of all application
are complete and its ready for execution
Release: The completed build is handed over to testers.
Versions: This is incrementation part of initial build
which is given after regression testing.
If I'm wrong please correct me.  |
| Chandu |
| |
| |
| Answer | Build is a Executable file which is handed over to the
tester to test the functionlity of the developed part of
the project.
Release is that which we finally hand it over to the client
of the project after the develpoment and testing phases are
completed.
Version is the number of releases made according to the
addition of the requirement of the client.
Eg of the Version [ Product] may be diff versions of
Automation Tools like Win-Runner 7.0 , Win-Runner 8.0 etc  |
| Sireesha |
| |
| |
| Answer | Build is nothing but a relase to the testers for testing.
Release is nothing but a release to the
Customers/Client.,means that ready to use.
Version means -- If there is a minor changes in the build
then it called it as a version, ex: Winrunner7.1, load
runner7.2 like that.  |
| Anil Kesanupalli |
| |
| |
| Answer | BUID is process of converting sourece code in to executable
code (.exe).
RELEASE is a process of delivering the project to client
VERSION is a name given to the project according to its
release.
(Oracle 8i,Oracle 9i)
V.Allwin.
helloallwin@gmail.com  |
| Allwin |
| |
| |
| Answer | Built is nothing but letting the teters to test the
developed source code of any aplliction weather it can be
modified better than present. and check all the perfect
functionalities.
release:Is an act or instance of issuing the developed and
tested application to the clients or just publishing it.
version:is an development or variatiion bought from the
older source code for better usage  |
| Os Gem |
| |
| |
| Question |
Difference between the stress and load testing? |
Rank |
Answer Posted By |
|
Question Submitted By :: Psreenivas3 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Stress testing:To verify the response time of the
application by increasing or decreasing the requests.
Load testing:To verify the response time of the application
by sending concurrent users request at a time.  |
| Raj |
| |
| |
| Answer | Stress testing:To verify the response time of the
application by increasing or decreasing the requests.
here applied on various load levels
Load testing:To verify the response time of the application
by sending concurrent users request at a time.and also
performance is also tested here  |
| Raghava [Wipro] |
| |
| |
| Answer | Stress testing means increasing the load and checking the
performance of the each level.
By giving abnormal values such as complex subquirs.by
giving huge inputs.
By ret riving the data from the resource.
Load testing means it is a process of testing executing are
running application by the clients are end-user.
For example the application is going to be tested 100 users
so we have to test the application. By sharing the resource
from server by the 100 users at a time.
== increasing the heavy load at time.  |
| Rajeshwar Rao [Wipro] |
| |
| |
| Question |
What are the documents required to prepare test plan? |
Rank |
Answer Posted By |
|
Question Submitted By :: Psreenivas3 |
| This Interview Question Asked @ Covansys |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Introduction,scope,test team and their
responsibilities,test environment,S/W&H/W reqiurements,test
data preparation,levels of
testing,seviroty&priority,shedule,risk,automation
plan,features to test,bug life cycle all these are
documents of test plan.  |
| Ramu |
| |
| |
| Answer | reqired
brs and srs doc
development plan
test strategy plan from pm  |
| Raghava [Wipro] |
| |
| |
| Answer | SRS document and requirement documents are required to
prepare test plan.  |
| Unknown [Wipro] |
| |
| |
| Answer | Definition :Test plan is road map for entire testing
activity.
It includes
Test objective ie goal of Testing
Test Strategy: What type of testing required
Risk analysis
Communication
Test Environment
Test Tools  |
| K.prakash [Wipro] |
| |
| |
| Answer | SRS,BRS,USE CASE DOCUMENT,KNOWLEDGE TRANSFER DOCUMENT  |
| Venki [Wipro] |
| |
| |
| Answer | Entry and Exit Criteria  |
| Lokesh [Wipro] |
| |
| |
| Question |
what is testing policy and testing methodology? and what is
the difference? |
Rank |
Answer Posted By |
|
Question Submitted By :: Psreenivas3 |
| This Interview Question Asked @ MBT , Aspire |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Testing policy means all types of testing or testing
techniques(i.e.functional testing,sanity testing etc).
Testing methodology means white box and black box testing.  |
| Guest |
| |
| |
| Answer | A test methodology, like any methodology, is a structured
list of activities that must be performed to ensure that all
objectives are satisfied. With regards to Testing, the
objectives are:
1. Test the system completely (100% Test Coverage)
2. Evaluate the overall quality of the system using test
results.
Therefore a test methodology are those activities that must
be performed to produce a fully tested system.
A test policy details the implementation of the test
methodology and takes governance, standards, best practices,
and people into consideration.  |
| Niran Munsami [Wipro] |
| |
| |
| Answer | Testing policy is what a particular company follows.
Testing methodology is a process in which the appln is to
be proceeded  |
| Meenakshi [Wipro] |
| |
| |
| Question |
can we run the scripts of qtp 8.2 in the qtp7.0? |
Rank |
Answer Posted By |
|
Question Submitted By :: Brahma |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | No,becse 8.2 is the advansed version(add some additional
properties) of 7.0.so,we run the scripts of qtp 7.0 in qtp
8.2  |
| Rams |
| |
| |
| Answer | Some of the scripts created in QTP 8.2 may run fine in QTP
7.0, but it is not always guarantee that the scripts
created in QTP 8.2 will run on QTP 7.0, because QTP 8.2 is
an advanced version than QTP 7.0.
Always the lower version scripts can be run in advanced
versions, but the vice versa is not true.  |
| Uday Kumar_anem |
| |
| |
| Question |
How to capture data from images in QTP and produce them in
Excel sheet ?
|
Rank |
Answer Posted By |
|
Question Submitted By :: Brahma |
| This Interview Question Asked @ iFlex , QA InfoTech |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | by using the textarea check point ,we can retrive the data
from the images,and then use export that value to a
datasheet.  |
| Kiran |
| |
| |
| Question |
What is comparison testing? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sudheer |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Comparison Testing means comparing your software with the
beter one or your Competitor.
While comparisan Testing we basically compare the
Performance of the software.
For ex If you have to do Comparison Testing of PDF converter
(Desktop Based Application) then you will compare your
software with your Competitor on the basis of:-
1.Speed of Conversion PDF file into Word.
2.Quality of converted file.  |
| Gautam Vasisht |
| |
| |
| Answer | Comparing software strenth and weekness to competiting
products  |
| Akila |
| |
| |
| Question |
What is a Test Build Manager? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sudheer |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A Person who delivers the current software versions to the
test environment,install the application's software and
apply software patches, to both the application and the OS,
set up,maintain and back up test environment hardware.  |
| Arif |
| |
| |
| Question |
What is the general testing process? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sudheer |
| This Interview Question Asked @ Polaris |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Testing Process
-----------------
1. Tesdt requirements analysis
2. Creation of Test Strategy (Which includes creation of
Test Cases)
3. Creation of Test Plans (Which includes Test Cases and
Test Procedures)
4. Execution of test cases
5. Anlyze the test results
6. Report the defects if any  |
| Arif |
| |
| |
| Answer | You can simply talk about the V-Model for the testing
process. Because nowday's every company is using the same.
This model help's you to back-trace in evey phase.
If you are not familier with V-Model, Ask Google....  |
| Raj.thakur21 |
| |
| |
| Answer | You can simply talk about the V-Model for the testing
process. Because nowday's every company is using the same.
This model help's you to back-trace in evey phase.
If you are not familier with V-Model, Ask Google....  |
| Raj.thakur21 |
| |
| |
| Answer | Testing Process are,
1 Identify the correct person
2 Plan test /Design test
3 Execute test
4 Analys the result
5 Report the Bug  |
| Rajan |
| |
| |
|
| |
|
Back to Questions Page |