what are the cases in which we use XML and accessibility
check points.
Answers were Sorted based on User's Feedback
Answer / purnima
XML check point is used to check the content of XML file
with the expected value & accessibility check point is used
to check whether the specified URL is accessible from its
server (or) not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / radhika
For web based applications only we use XML and
acceessibility check points.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to write scripts in QTP?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
how to download mercury qtp9.2 ny internet ?
How to retrieve the property of an object in QTP?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Suppose i have given 10 test cases all the test cases should be automated?
Synchronization methods?
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); }
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
what are recovery management techiniques?