Answer Posted / nilanjan saha
Standard Checkpoint:
It checks Object Property values.we can use checkpoint to
check any property value.
Standard checkpoint also contains Text Checkponit, Image
Checkpoint and Webtable checkpoint.
Go to recording mode--> Insrt--> Checkpoint> Standard
Checkpoint(F12)
Check the property on which you want to provide Checkpoint.
Then Stop recording.
e.g:
Browser("Intelex v5").Page("Intelex
v5").Frame("navbar").WebElement("Document Control:").Check
CheckPoint("Document Control:")
Above checkponits checks that Html tag is SPAN and inner
text is " Document Control: "
Regards,
Nilanjan
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
what r the main attributes of test automation?
How do you know the location Id of an object if you know its index id?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is the extension of the recovery scenario file in qtp?
Which functionalities of QTP used in banking project?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Explain object spy in qtp.
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How do you convert manual test cases to automated test cases?
How to execute a winrunner script in quicktest professional (qtp)?
what is command for executing files?
Have you faced any problems with object repository?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance