Hybrid framework supports Descriptive programming. Is it true?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the new feature of UFT regarding the export of test results?
Can i run the qtp, without OBJECT REPOSTIRY...
can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out put i need INDIA help me it's really need full ..
Why we are selecting QTP for testing ?
hi is there any chance to change encoding the password
How to handle Dynamically changing Objects in QTP?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
what is syncurnisation point? what is the use of this in real time environment? plz explain?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
Explain about business process component? types and usage?
what is the diff b/w assistive and mandatary rules of object repository in QTP???