WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102)
What is junit? And what is junit annotation?
write a script to verify the image path(src property) of the images which are in web pages.
i can done the project with QTP in that time i can say how many members in my team size?
Write the code to double click an element in selenium?
Tell us the line of code webdriver driver = new firefoxdriver();.?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How to perform right click using selenium webdriver?
For unattended execution whick playback options you will use?
What are the different types of checkpoints?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
List the advantages of webdriver over selenium server?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
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); }