ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Testing
 
  Manual-Testing (3957)  QA-Concepts (438)  Mobile-Testing (42)  Test-Cases (219)  Test-Documents-Reporting (38)
  Testing-AllOther (357)
 


 

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
 
0
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)
 
0
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.
 
0
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...
 
0
Vijaya
 
 
Answer
Money transactions should update in the data base.
 
0
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
 
0
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.
 
0
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
 
3
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.
 
0
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
 
0
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
 
0
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.
 
0
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
 
0
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.
 
0
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.
 
0
Ramu
 
 
Answer
reqired 
brs and srs doc
development plan
test strategy plan from pm
 
2
Raghava
[Wipro]
 
 
Answer
SRS document and requirement documents are required to 
prepare test plan.
 
0
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
 
0
K.prakash
[Wipro]
 
 
Answer
SRS,BRS,USE CASE DOCUMENT,KNOWLEDGE TRANSFER DOCUMENT
 
0
Venki
[Wipro]
 
 
Answer
Entry and Exit Criteria
 
0
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.
 
0
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.
 
0
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
 
0
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
 
0
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.
 
0
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.
 
0
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.
 
3
Gautam Vasisht
 
 
Answer
Comparing software strenth and weekness to competiting 
products
 
0
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.
 
0
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
 
0
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....
 
0
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....
 
0
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
 
0
Rajan
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com