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

I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?

5 Answers   AZTEC,


How do you open adobe acrobat file in QTP and do some testing on that file ?

0 Answers  


What is Performance testing?

2 Answers   Crea,


how will load the object during runtime?

0 Answers  


if numbers are always changing write a script for that

1 Answers   Nous,


Actually How do we use this Smart Identification Technology during Recording mode.

1 Answers  


I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?

9 Answers   IBM,


Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?

1 Answers  


Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this

4 Answers   L&T,


I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)

2 Answers  


What is Expert view?

4 Answers  


How to retrive the property of an object?

5 Answers  


Categories