Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
2190I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
2271Hi guys Do any one known about the institute/compnay which offers training in Mobile handset testing or any related books (indian Edition) available in market to gain knowledge about this subject . Thanks mak_343, mak98202@yahoo.co.in
1 4283
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Explain different checkpoints in qtp.
What is difference between validation and verification?
Tell me how can you switch back from a frame?
Provide an example of background keyword in cucumber.
Explain accessibility testing and its importance in the present scenario.
can any one please tell me the full form of .g.t in silktest datadriven method
Where is the Bitmap checkpoint information stored?
What are the recording modes in wave event?
What are the problems you faced while identifying an object in silk?
How to handle the exceptions using the recovery scenario manager in qtp?
What does it mean when a check point is in red color? What do you do?
What do we usually check in database testing?
Explain the difference between alpha testing and beta testing.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.