How to capture checkbox properties when properties of the
object keep changing on relogin to the application.
No Answer is Posted For this Question
Be the First to Post Answer
Explain in brief about the QTP Automation Object Model.
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is quicktest professional (qtp)?
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
How to load a object repository(using VBScript) ... very urgent....
Explain different checkpoints in qtp.
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
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); }