Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Did u use check points during ur work experience ?

Answers were Sorted based on User's Feedback



Did u use check points during ur work experience ?..

Answer / sudeepthz

If we are working with QTP, we should use the check points
to validate the functionality is working properly or not,
until unless we use descriptive programming.

Any new suggestions???

Is This Answer Correct ?    2 Yes 0 No

Did u use check points during ur work experience ?..

Answer / @shok

It is not mandatory to use standard checkpoints available
with the automation tool. Most of the checkpoints for
instance Bitmap check points may fail during runtime.
Instead you can write code to validate what you intend to
test and then supply a pass/fail log entry to the test
result wingow.

EG:
check = cbool(trim(Price)=trim(Total))
If check = "True" Then
reporter.ReportEvent micpass, Total , "Calculation is
right"
else
reporter.ReportEvent micfail, Total , "Calculation is
wrong"
End If

In the example mentioned above if value of Total and Price
are same there will be a pass entry in the test result page
and if they are not the same then you will have a failed
log entry in the test results page.

This way you can code for whatever tests you want to get
validated. Correct me if i am wrong

I have never done validation of images by writing code.

Is This Answer Correct ?    0 Yes 0 No

Did u use check points during ur work experience ?..

Answer / akshar jain

it is not 100% correct in our company we are using
checkpoints only to take the values from a data table by
using standard chkpoint & that too we are not recording it

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?

1 Answers   CTS,


WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?

2 Answers  


Explain sub procedure of vbscript.

0 Answers  


Add parameters during time in each row in one column

0 Answers  


What is the extension of 'Log file' in QTP

3 Answers  


is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)

6 Answers   GE,


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

0 Answers   FIS,


How to customize qtp?

0 Answers  


what is batch run ?

4 Answers   HCL,


how we connect oracle or sql data server database to qtp.

4 Answers   TCS,


What is the current version of QTP and now it is the product of Mercury or HP

12 Answers   TCS,


Categories