rams


{ City }
< Country > india
* Profession *
User No # 31782
Total Questions Posted # 0
Total Answers Posted # 5

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

Users Marked my Answers as Correct # 27
Users Marked my Answers as Wrong # 9
Questions / { rams }
Questions Answers Category Views Company eMail




Answers / { rams }

Question { IBM, 6394 }

where we save the scripts created in one project?


Answer

Hi Shreyashi,

Framework is nothing but folder structure.In Framework
you will be having different folders for that project
EX: Libraries
Test Scripts
Test Data
Object Repository
RecoveryScenarios
Test Results.
So u need to store your scripts in Test scripts

Is This Answer Correct ?    4 Yes 1 No

Question { SAP Labs, 14691 }

i am entering wrong data or wrong password in a text box and
click on submit button .i am getting a popup window with a
message Please enter the correct password or data .How can i
handle this situation by using QTP.


Answer

Hi all,
I have read all the answers.
By using recovery scenario we can just click ok button on
the pop up window.
If we want to enter in to the application ,I think even
recovery wont help it.
If the question is about validation then validate the
username and password by if else statement for Pop up
existence.
If not the data must be correct

Is This Answer Correct ?    5 Yes 1 No


Question { TCS, 8093 }

HI ALL I AM WORKING AS A AUTOMATION ENGINEER FROM PAST 2
MONTHS IN QTP,MY QUESTION IS IF I OPEN THE BROWSER FIRST &
THEN THE QTP LATER MY OBJECT SPY WILL NOT WORK,Y IT IS
SO..IF U HAVE THE ANSWER PLZ MAIL ME AT AKSHAR.MYSORE@GMAIL.COM


Answer

Hi Akshar

I also faced this problem and got to know that for QTP to
identify the objects easily first QTP and then the
application should be opened.

Is This Answer Correct ?    7 Yes 1 No

Question { 4452 }

When testing a web application, the url for each page
changes, so using QTP how do u handle this scenario. If
anyone knows please answer in detail about the whole
procedure. Thanks a lot.


Answer

First of all what is the purpose of recording that URL
changes?
The tester should concentrate more on functionality of the
application.

Is This Answer Correct ?    1 Yes 2 No

Question { 22195 }

What is the Diff between Code Walk through & Code Review?


Answer

Walk Through is running through the code line by
line.simply executing the code.

Reviews include different kinds like peer
reviews,formalreviews, technical reviews and
inspections.This review is done to confirm the correctness.

Is This Answer Correct ?    10 Yes 4 No