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) Can you write a script for to insert array elements in an excel A to Z columns only. if the number oe elements in the array is greater than the number of columns (A to Z), come to next row and proceed furthur. eah cell should contain only one array value.
1 3544Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
1801You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
2 7370what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Ebix,
2 14720who is perform user acceptance testing and when it will conduct? is it before alpha testing or after alpha testing? Please post the answer as soon as possible
IBM,
3 7191I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
1 3921What are the critical defect can find in web based testing(Like if any interview asked what critical defect you found in web based testing)????
1 6557in which situation u will use recording and in which situation u will used to write script manually
1 3642
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
List the comparison between FC and FCOE?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
Define sdlc in testing.
Object repositories types, which and when to use?
How you can replace string in qtp?
What is soft assertion in selenium?
What are the steps involved in the automation process ?
What is code walkthrough?
What is Operational testing?
Explain what is mr and what information does mr consists of?
write a test cases for WLAN
Explain the parameter in qtp?
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
How to export selenium ide test suite to selenium rc suites?