How u connect bugzilla with QTP
Answer Posted / sonal.pagare
There is no any option to connect bugzilla with QTP. Only we
could connect the test management tool QC to QTP latest version.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of how quicktest professional (qtp) identifies object?
How does you pass optional arguments in qtp?
What are the key elements available in test result window?
How to carry out bit map check points in QTP
How will you declare a variable in qtp?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Explain in brief about the qtp automation object model (aom).
Sql questions to find second max salary and how to use joins
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What are the features of quick test pro(qtp)?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
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); }