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) Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do
1 4948I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
2300Best institute for protocol testing in Hyderabad ? How will be the market for protocol testing ?
2244hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
QA,
2270Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
2915Wells Fargo Testing interview If we are told to perform only regression testing on a software application and not to do sanity testing , then what could be the nature of your software application.
1 8174how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 3424Can anyone please explain me the process of automating an application using QTP as i am new to this?
1 4818i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
2072
Which protocol cam be used to makw jdbc connection woth loadrunner
What is implicit wait in selenium webdriver?
What are the uses of test plans? What is the need of test plans and explain their significance
What is unit level testing?
What are the different components of loadrunner?
what is your approach clicking all the links which are available on the page?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
What is a programmatic description?
Explain the domain testing?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How many types of Automation frameworks are there in UFT? Describe them.
test cases for friend finder system using gps?
What is v&v?
How would you ensure that your testing is complete and has good coverage?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username