When I used random numbers(1 to 9) with regular expression
and run the test, it runs only 5 iterations with passed
result instead of running all 1 to 9. Please tell me what
can be the reason
No Answer is Posted For this Question
Be the First to Post Answer
What is exact difference between “while” and “do while” in QTP ?
hi all, I want to know about the QTP scripts, i have read more books but all areis to be a theory so how can i improve my script skills. if anybody knows about qtp scripts plz guide me and i need a sample scripts.my mail id is karthis4u@gmail.com, 9986667831 If you all have any data send it to akadi111@gmail.com
Tell me Three major differences between QTP & Winrunner?
HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .
if there is two login button in your page, how you know that this login button is correct for login .
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
How we know the qtp has used the smart identification process for identification of the object.
write a qtp script to verify that the business price is twice the economy price in flight reservation window
Explain hybrid framework with advantages and disadvantages?
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); }
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
How can I change object description or check point values in qtp?