Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why we use sendkey method in qtp?

Answer Posted / sangeethakv

When we use Set method it is like copy pasting ie, input the complete string. In Send Keys its like when we input manually through keyboard pressing each keys. Some web application has the drop down list where only Set method does not work but send keys method does during automating the operation on those objects

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The hybrid framework can be implemented for any application. Is it true?

1121


what is the difference between modular framework & datadriven framework

2092


write a script to verify the image path(src property) of the images which are in web pages.

2224


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1974


By using QTP can we record any log files written by the application which is in execution?

1934


In qtp, how you can use xpath to identify objects?

1082


whow much strong on VB and C?

1931


How many tabs are available in debug viewer pane?

1105


When do go for loop condition in test?

1084


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2929


When you open QTP, how many sheets you can see?

1075


Explain the new feature of UFT regarding the export of test results?

1024


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

2029


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

1027


What are the advantages of Object Repository?

1093