pramod


{ City } bangalore
< Country > india
* Profession * software test engineer
User No # 36483
Total Questions Posted # 0
Total Answers Posted # 13

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

Users Marked my Answers as Correct # 40
Users Marked my Answers as Wrong # 23
Questions / { pramod }
Questions Answers Category Views Company eMail




Answers / { pramod }

Question { CTS, 5239 }

Do we get any issues if we run the test script on
differentbrowsers?what are the options we need to set in
QTP?


Answer

Adding and recording from the other browsers except IE will
not work properly but we can run the script in any browser.

Is This Answer Correct ?    3 Yes 0 No

Question { IBM, 8678 }

Write a user defined function to count the no. of buttons
existed in a webpage ? i dont want to use descriptive.create
()


Answer

1)Open Flight Reservation Login page
2)Add Login page in to the Object Repository
3)Write below code and run it

ChildObj=Dialog("Login").ChildObjects.count
msgbox ChildObj


Thanks
Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    1 Yes 3 No


Question { IBM, 8678 }

Write a user defined function to count the no. of buttons
existed in a webpage ? i dont want to use descriptive.create
()


Answer

1)Open Flight Reservation Login page
2)Add Login page in to the Object Repository
3)Write below code and run it

' Directly pass the login as argument to the function
childobj Dialog("Login")

' The function will take object as input argument and count
the child objects in the login page
Function childobj(CountObject)

aa=CountObject.ChildObjects.count
msgbox aa
End Function




Thanks
Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    2 Yes 0 No

Question { CGI, 11162 }

How u prepare Test result summary in QTp?


Answer

For Test Result summary better use excel sheet write a script for pass or faill after excution of ur test script.

Is This Answer Correct ?    0 Yes 0 No

Question { QA, 7952 }

if the bug is reproducible then what is the status that u
have given to the developer


Answer

Tester will re-open the defecct if that is reproducible.
reproducible concept will come when developer has said that he has fixed the defect but when tester is testing that
he will say it is reproducible.

Is This Answer Correct ?    1 Yes 1 No

Question { 4376 }

Use of Regression Testing?


Answer

If any changes made in application then we hav to retest
that changed feature or functionality with related to that
testcases. so that we hav ensure that the changed feature
will not affect the other funcctionality of the application

Pramod
pramod_login@yahoo.com
98454652

Is This Answer Correct ?    4 Yes 0 No

Question { 12784 }

1.what is sanity and smoke testing and which one performed
first?




Answer

Better we can say both Sanity and Smoke testing are same.
When tester get a build, he will test the main functionality
of the application to check whther the application is
consitant or not is called Sannity or smoke testing.

Is This Answer Correct ?    0 Yes 2 No

Question { RIM, 7710 }

hi all,
i am new to testing environment.i have two questions
1.what is the difference between volume test and load test.?
2.generally ,what is the output for stress testing.?because
it is beyond the limit.and what is the use of stress testing?


Answer

In Load Testing we r applying load for a particular
limit.Here we hav to test whether application will take
specified load or not.
In Volume Testing where the system is subjected to large
volumes of data.

In Stress Testing we hav to check at what point or at what
load the application will crash.


Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    2 Yes 0 No

Question { 6631 }

Who executes the UAT testcases


Answer

UAT will be done by Client side(Who had depth knowldge in
that application)


Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    1 Yes 0 No

Question { 8551 }

Is Beta Testing done by devolopers or testers?





Answer

Beta Testing will be done by Tester at their office or at
client place.

Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    1 Yes 4 No

Question { ITC Infotech, 16811 }

Puzzle:A rope, a match box are given.the rope takes 1 hr to
burn off completely.the rope is not uniform.there is no
watch with u.how can u calculate half an hour of time?


Answer

Ans: 1
1 X 3=3

Is This Answer Correct ?    2 Yes 0 No

Question { 5662 }

how do u write test scnearios for Telivision /Refrigirator?


Answer

As Mahesh said is correct.
Bt it is quite diificult to explain how to write testcases for
Telivision /Refrigirator bcoz we hav to write so many test
cases on Telivision /Refrigirator.Better u hav to practice it.

Pramod
pramod_login@yahoo.com
9845454652

Is This Answer Correct ?    2 Yes 0 No

Question { 13421 }

What is Green Tesing, Red Tesing & Yellow Box Tesing?


Answer

Hey there is no green,red and yello testing. According to me there are only Blackbox,whitebox and Graybox testing.

Is This Answer Correct ?    21 Yes 13 No