- 
                    
- 
                    
- 
                    How to connect to SQL Server 2005 database from QTPI created my database in SQL Server 2005 and used the following script to connect to my database from QTP. But it didn't workim ObjDBSet ObjDB= Create Object("ADODB Connection")ObjDB.ConnectionString = "DSN=Database Name"ObjDB.OpenStrQuery = "Select * From Table Name Where Condition for query"Set ObjResult = ObjDB.Execute(StrQuery)After I run the script in QTP. I'm getting the following error message"The... 
- 
                    How to check dynamic cell data.Here i used Reg Exp but it was not working 
- 
                    
- 
                    How to focus on nth page of an web application?I want to focus on the 9th page of my web application. What should I do? Explain with script. 
- 
                    How to prevent sharing QTP Scripts with others?Is there any option in QTP for not sharing our scripts with others. I just dont want anybody to see my scripts. What is the way? 
- 
                    
QTP Interview Questions

 
  
  
  Read Best Answer
 
                        Read Best Answer 
		
Ans