sadashiv byagi


{ City } bangalore
< Country > india
* Profession * executive delivery services
User No # 89215
Total Questions Posted # 0
Total Answers Posted # 8

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 20
Users Marked my Answers as Wrong # 10
Questions / { sadashiv byagi }
Questions Answers Category Views Company eMail




Answers / { sadashiv byagi }

Question { 25224 }

What is test object model in QTP ?


Answer

test object model means set of object are der in d qtp tool
bt while identifying the propertie name & value then it
will match for application object and as well as qtp objects

Is This Answer Correct ?    0 Yes 0 No

Question { AZTEC, 23679 }

How will you handle the situation when object is not
captured during record?


Answer

hello guys,

this is not right question to ask because we should Record
the Object then only we can run dat bt here interviwer
didnt tell anything about of objct so here possible ans is
we can move for virtual objects dats it....

Is This Answer Correct ?    0 Yes 0 No


Question { 6007 }

4. How u will open the build automatically in QTP except
using Systemutil.run command


Answer

1)invoke application
2)wscript.shell method
3)systemutil.run
4)Browser("name:=cannot find.*".Navigate"URL of the build"

Is This Answer Correct ?    0 Yes 0 No

Question { 14705 }

How to test gtalk applicatin,what could be the possible test
cases,test plan


Answer

i can write only for 5 bt i dnt knw test case for gtlak

Is This Answer Correct ?    2 Yes 0 No

Question { 14705 }

How to test gtalk applicatin,what could be the possible test
cases,test plan


Answer

Application Name: Google Talk
Setup: Download Google Talk Application
What to test?
1. How many members are available for chat (status –
available & busy)?
2. How many members are in status – available?
3. How many members are in status – busy?
Automation Tools: Use any automation tool as per your
availability
Steps to follow to write Test Plan & Test Cases for Google
Talk Application?
a) Download Google Talk Application
b) Install Google Talk Application
c) Sign into Google Talk
d) Check how many members are available for chat (status –
available & busy)
e) Check how many members are in status – available
f) Check how many members are in status – busy
g) Sign out
Test Plan: Google Talk /GT-01
Description : GT is a on-line messenger service which can be
used for on-line chatting ,on-line calling ,video chatting
and equipped with some other features.
Scope : Through this Activity, we are going to count the
users available on line ,and the users busy on-line
Items to be tested : 1) LOGIN , 2) NO OF USERS AVAILABLE
ON-LINE 3) NO OF USERS BUSY ON-LINE
Correctness: verify no of users available on-line and no of
users busy on-line
Test Environment : windows Family ,
Test Deliverables: Test procedure ,test Designing , Test
Execution , test reporting ,test Results , Test Closure
Documents
Test Duration : Time required for the current application
testing .
Staff and Training : testers Selected for this Activity and
time required for training for the current activity
Risk and Mitigations; during this testing activity the
possible problems caused and soln for that situation
Approval : Once we are done with appln testing ,the approval
of the appln to be released by signing of the PM and TL
TEST CASE DESIGN FORMATE :
Project name /ID : Google Talk /GT-01
Module name / ID : Google Talk /GT-01
Designed by : ------------------------------------------
Designed on : --------------------------
Reviewed by : -----------------------------------------
Reviewed by : ---------------------------
Test Case Name / Id : Google talk login /GT-01/LOGIN
Test case Description : This tc enables us to verify the
login credentials if the users
S.no Step Description Expected Result
Google home page should appear
1) Enter Valid Url in the url bar
2) Enter valid UID and Valid Password AND clicl ok goggle
talk window with all the contacts should display
3) click on the contacts with green indication corresponding
contact window should appear
4) Click on the contacts with Red indication corresponding
contact window should appear with a message displaying "User
busy "
5) Click on the Contacts with No colour Indication
corresponding contact window should appear with a message
displaying " User Off-line "
6) Click on log out goggle talk home page should display

7) Enter valid UID and in -valied Password AND clicl ok Pop
up message should display saying " enter correct uid/password "
8) Enter in-valid UID and Valied Password AND clicl ok Pop
up message should display saying " enter correct uid/password "
9) without Enterning Uid and Password click ok Pop up
message should display saying " enter correct uid/password "
10) Enter valid UID and Valied Password AND clicl cancel the
home page should remain as it is

Is This Answer Correct ?    16 Yes 4 No

Question { 4182 }

a;;b;c;;;d in this string output is abcd will come how can we
do that in vbscript in QTP testing?


Answer

str="a;;b;c;;;d"
a=len(str)
for i=1 to a
b=replace(str,";","")
next
msgbox b

Is This Answer Correct ?    1 Yes 1 No

Question { 4322 }

write a qtp script to count the number of minimized windows


Answer

using automation object model
set qtp=createobject("quicktest.appalication")
qtp.launch
qtp.visible=true
if window= Minimized then
count=count+1
msgbox count

Is This Answer Correct ?    1 Yes 5 No

Question { 4366 }

what is exit and entry criteria of automation testing.
any body wants a real time script,please mail to me.
contactno;9986435766


Answer

1)application should be stable
2)minimum 15 to 20 cycles has been released
3)unit testing should be done
4)

Is This Answer Correct ?    0 Yes 0 No