Can you write User defined function for WebEdit ?
Note1: This function can be used for all web edits in all pages
Note2: Don't use Child objects method
Answer Posted / raj123gmail.com
Function webEdit()
------
-----
End Function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is environment variable in qtp and why to use it?
How to create scenario selector
What is post recovery scenario?
Explain quicktest professional (qtp) testing process?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Which environments does qtp support?
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); }
Explain about the quicktest professional (qtp) automation object model?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Why script error occur in between recording in qtp?
What is expert view in qtp?
What do you mean by iteration?
Have you faced any problems with object repository?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What is the short cut keys for the following?