Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
19801.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 52397Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
2086How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
1 88171.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
1 4159Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
2 4725How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
1 4937Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
IBM,
7 30252I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
3 7052
How does quicktest professional (qtp) identifies the object in the application?
What are the flaws in water fall model and how to overcome it?
How will you check that your test cases covered all the requirements?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How you are developing the script? Using record and play back or manual?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is smart identification in QTP?
What is the recovery scenario in qtp?
How to use conditional loops in qtp ?
regular expression in qtp standar check point for months from accepting months from january to december only
How to connect to a database?
What is use of object spy?
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 to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?