![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions How to instruct QTP to display errors and ther description in the test results instead of halting execution by throwing error in the mid of execution due to an error(for example Object not found)? Read Answers (10) | Asked by : Ram How can I implement error handling in QTP, I know with Recovery Mangaer but how please give me detailed execution to how to handle giving an example? Latest Answer : Actually, there will be 3 types functions :
--> Local script (Function definition and function call will be in script only ) -->
Built functions (Predefined functions , only we have to call these functions) --> Library functions ... Read Answers (9) | Asked by : kumar HOW CAN I IMPLEMENT ERROR HANDLING IN QTP,I KNOW WITH RECOVERY MANAGER BUT HOW PLZ GIVE ME DETAILED TO HOW TO HANDLE GIVING AN EXAMPLE? Read Answers (1) | Asked by : lakshmi narasimham These are the new features which are available in QTP8.2 and which are not present in 6.5 version.Keyword View: Lets you easily build and maintain tests without writingVBScripts.Auto-Documentation: Provides Latest Answer : Really great help,Thanks ... Read Answers (2) | Asked by : James Latest Answer : We can use .Exist method to record a pop-up windowExample:If window("name"). Exits thenStatement(1)......statement(n)elsestatement(1)......statement(n)End if ... Read Answers (3) | Asked by : anil kumar How do u ignore exceptions raised by a procedure or function within a package.Ex: Package a { Proc1; How do u ignore exceptions raised by a procedure or function within a package.Ex: Package a { Proc1; Func1; ---- raised an exception Proc2; Proc3; }Note : Even if Func1 raises an exception proc2 and proc3 must be excecuted. Read Answers (1) | Asked by : Uday Sharma Latest Answer : Assign the value of the checkpoint result to a variable. Chek the variable and if it is true, Use ExitTest to exit the testResult=Browser(...).Page(...).CHeck(Checkpoint())If Result thenExitTestEnd if ... Read Answers (2) | Asked by : Jacob Kreuzfeld Give an example of a regular expression,user-defined function and built-in-function?how to make a user-defined function reusable? Read Answers (2) | Asked by : Mann Latest Answer : Built-in-functions:dim myleftnamemyleftname = "Vinothkumar"msgbox left(myleftname,6)External Functions ;This requires the user to add the library in the Test >> settings >> Resources and call this libex: mylib.vbsfunction hi()dim myleftnamemyleftname ... Read Answers (1) | Asked by : Mann
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||